ChatManagement module.

This commit is contained in:
West14
2021-12-26 13:15:07 +02:00
parent e1c404c660
commit df374e0b35
4 changed files with 101 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
using Kruzya.TelegramBot.Core;
namespace West.TelegramBot.ChatManagement
{
public class ChatManagement : Module
{
public ChatManagement(Core core) : base(core)
{
}
}
}