Package dev.inmo.tgbotapi.types.commands

Types

BotCommandScope
Link copied to clipboard
common
interface BotCommandScope
BotCommandScopeAllChatAdministrators
Link copied to clipboard
common
object BotCommandScopeAllChatAdministrators : BotCommandScope
BotCommandScopeAllGroupChats
Link copied to clipboard
common
object BotCommandScopeAllGroupChats : BotCommandScope
BotCommandScopeAllPrivateChats
Link copied to clipboard
common
object BotCommandScopeAllPrivateChats : BotCommandScope
BotCommandScopeChatAdministrators
Link copied to clipboard
common
data class BotCommandScopeChatAdministrators(chatId: ChatIdentifier) : ChatBotCommandScope
BotCommandScopeChatMember
Link copied to clipboard
common
data class BotCommandScopeChatMember(chatId: ChatIdentifier, userId: UserId) : ChatBotCommandScope
BotCommandScopeDefault
Link copied to clipboard
common
object BotCommandScopeDefault : BotCommandScope
BotCommandScopeSerializer
Link copied to clipboard
common
object BotCommandScopeSerializer : KSerializer<BotCommandScope>
ChatBotCommandScope
Link copied to clipboard
common
interface ChatBotCommandScope : BotCommandScope
UnknownBotCommandScope
Link copied to clipboard
common
data class UnknownBotCommandScope : BotCommandScope