Files
telegram-bot/modules/ChatManagement/ChatManagement.cs
2021-12-26 13:15:07 +02:00

11 lines
207 B
C#

using Kruzya.TelegramBot.Core;
namespace West.TelegramBot.ChatManagement
{
public class ChatManagement : Module
{
public ChatManagement(Core core) : base(core)
{
}
}
}