BotSharp/src/Infrastructure/BotSharp.Abstraction/Files/Models/BotSharpFile.cs

8 lines
93 B
C#
Raw Normal View History

2024-05-03 19:57:44 +00:00
namespace BotSharp.Abstraction.Files.Models;
2024-08-08 01:56:29 +00:00
public class BotSharpFile : FileBase
2024-05-03 19:57:44 +00:00
{
2024-08-08 01:56:29 +00:00
2024-05-03 19:57:44 +00:00
}