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

10 lines
181 B
C#

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