View Source ExGram.Model.BotCommandScope (ex_gram v0.53.0)
BotCommandScope model. Valid subtypes: BotCommandScopeDefault, BotCommandScopeAllPrivateChats, BotCommandScopeAllGroupChats, BotCommandScopeAllChatAdministrators, BotCommandScopeChat, BotCommandScopeChatAdministrators, BotCommandScopeChatMember
Summary
Types
@type t() :: ExGram.Model.BotCommandScopeDefault.t() | ExGram.Model.BotCommandScopeAllPrivateChats.t() | ExGram.Model.BotCommandScopeAllGroupChats.t() | ExGram.Model.BotCommandScopeAllChatAdministrators.t() | ExGram.Model.BotCommandScopeChat.t() | ExGram.Model.BotCommandScopeChatAdministrators.t() | ExGram.Model.BotCommandScopeChatMember.t()