Files
telegram-bot/modules/ChatManagement/Handler/BanStickerSet.cs
T
2023-07-20 21:22:35 +03:00

9 lines
241 B
C#

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