Files
telegram-bot/modules/ChatManagement/Handler/BanStickerSet.cs
2022-05-05 19:29:25 +03:00

9 lines
233 B
C#

using Kruzya.TelegramBot.Core;
using Kruzya.TelegramBot.Core.Data;
namespace West.TelegramBot.ChatManagement.Handler;
public partial class BanStickerSet : CommonHandler
{
public BanStickerSet(CoreContext db) : base(db) { }
}