Files
telegram-bot/modules/ChatManagement/ChatManagement.cs
T

10 lines
181 B
C#
Raw 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
{
}
}