[cm] ability to ban stickerset

This commit is contained in:
West14
2022-05-05 19:29:25 +03:00
parent ff4cf0a0ef
commit 76ad165695
6 changed files with 262 additions and 4 deletions
@@ -0,0 +1,9 @@
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) { }
}