Files

11 lines
207 B
C#
Raw Permalink Normal View History

2021-12-26 13:15:07 +02:00
using Kruzya.TelegramBot.Core;
namespace West.TelegramBot.ChatManagement
{
public class ChatManagement : Module
{
public ChatManagement(Core core) : base(core)
{
}
}
}