mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
initial chat options implementation
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Kruzya.TelegramBot.Core.Options;
|
||||
|
||||
namespace West.Entertainment.Options;
|
||||
|
||||
[Option("allowNSFW", false)]
|
||||
public class NsfwOption : AbstractOption<NsfwOption, bool>
|
||||
{
|
||||
public NsfwOption(IOptionProvider optionProvider) : base(optionProvider)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user