SwitchInlineQueryChosenChat
data class SwitchInlineQueryChosenChat(val query: String? = null, val allowUserChats: Boolean? = null, val allowBotChats: Boolean? = null, val allowGroupChats: Boolean? = null, val allowChannelChats: Boolean? = null)(source)
This object represents an inline button that switches the current user to inline mode in a chosen chat, with an optional default inline query.
(auto-generated)
Author
ForteScarlet
Constructors
Properties
Link copied to clipboard
Optional. True, if private chats with bots can be chosen
Link copied to clipboard
Optional. True, if channel chats can be chosen
Link copied to clipboard
Optional. True, if group and supergroup chats can be chosen
Link copied to clipboard
Optional. True, if private chats with users can be chosen