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) { } }