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

9 lines
241 B
C#
Raw Normal View History

2023-07-20 21:22:35 +03:00
using Kruzya.TelegramBot.Core.Data;
using Kruzya.TelegramBot.Core.Handler;
2022-05-05 19:29:25 +03:00
namespace West.TelegramBot.ChatManagement.Handler;
public partial class BanStickerSet : CommonHandler
{
public BanStickerSet(CoreContext db) : base(db) { }
}