Package dev. inmo. tgbotapi. types. commands
Types
BotCommandScope
Link copied to clipboard
interface BotCommandScope
Content copied to clipboard
BotCommandScopeAllChatAdministrators
Link copied to clipboard
BotCommandScopeAllGroupChats
Link copied to clipboard
BotCommandScopeAllPrivateChats
Link copied to clipboard
BotCommandScopeChatAdministrators
Link copied to clipboard
data class BotCommandScopeChatAdministrators(chatId: ChatIdentifier) : ChatBotCommandScope
Content copied to clipboard
BotCommandScopeChatMember
Link copied to clipboard
data class BotCommandScopeChatMember(chatId: ChatIdentifier, userId: UserId) : ChatBotCommandScope
Content copied to clipboard
BotCommandScopeDefault
Link copied to clipboard
BotCommandScopeSerializer
Link copied to clipboard
ChatBotCommandScope
Link copied to clipboard
UnknownBotCommandScope
Link copied to clipboard