Files

10 lines
181 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
2021-12-26 13:15:07 +02:00
{
public ChatManagement(Core core) : base(core)
2021-12-26 13:15:07 +02:00
{
}
}