Bot Command Scope
This object represents the scope to which bot commands are applied. Currently, the following 7 scopes are supported:
BotCommandScopeDefault
BotCommandScopeAllPrivateChats
BotCommandScopeAllGroupChats
BotCommandScopeAllChatAdministrators
BotCommandScopeChat
BotCommandScopeChatAdministrators
BotCommandScopeChatMember
Inheritors
Types
Link copied to clipboard
@Serializable
@SerialName(value = "all_chat_administrators" )
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
@SerialName(value = "chat_administrators" )
Link copied to clipboard
@Serializable
@SerialName(value = "chat_member" )
Link copied to clipboard
Link copied to clipboard