View Source Telegex.Type.BotCommandScope (Telegex v1.8.0)
This object represents the scope to which bot commands are applied. Currently, the following 7 scopes are supported:
Summary
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()