haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.BotCommandScope

Synopsis

Documentation

data BotCommandScope Source #

Represents the scope to which bot commands are relevant

Constructors

BotCommandScopeDefault

A scope covering all users

BotCommandScopeAllPrivateChats

A scope covering all private chats

BotCommandScopeAllGroupChats

A scope covering all group and supergroup chats

BotCommandScopeAllChatAdministrators

A scope covering all group and supergroup chat administrators

BotCommandScopeChat

A scope covering all members of a chat

Fields

BotCommandScopeChatAdministrators

A scope covering all administrators of a chat

Fields

BotCommandScopeChatMember

A scope covering a member of a chat

Fields