View Source Telegex.Type.BotCommandScope (Telegex v1.0.0-rc.3)
This object represents the scope to which bot commands are applied. Currently, the following 7 scopes are supported:
Link to this section Summary
Link to this section Types
@type t() :: Telegex.Type.BotCommandScopeDefault.t() | Telegex.Type.BotCommandScopeAllPrivateChats.t() | Telegex.Type.BotCommandScopeAllGroupChats.t() | Telegex.Type.BotCommandScopeAllChatAdministrators.t() | Telegex.Type.BotCommandScopeChat.t() | Telegex.Type.BotCommandScopeChatAdministrators.t() | Telegex.Type.BotCommandScopeChatMember.t()