Inline Query Result Game
data class InlineQueryResultGame(id: String, gameShortName: String, replyMarkup: InlineKeyboardMarkup?, type: String) : InlineQueryResult
Content copied to clipboard
Represents a Game. Note: This will only work in Telegram versions released after October 1, 2016. Older clients will not display any inline results if a game result is among them.
Parameters
id
Unique identifier for this result, 1-64 bytes
gameShortName
Short name of the game
replyMarkup
Optional. Inline keyboard attached to the message
type
Type of the result, must be game
Constructors
InlineQueryResultGame
Link copied to clipboard
fun InlineQueryResultGame(id: String, gameShortName: String, replyMarkup: InlineKeyboardMarkup? = null, type: String)
Content copied to clipboard
Unique identifier for this result, 1-64 bytes
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
copy
Link copied to clipboard
fun copy(id: String, gameShortName: String, replyMarkup: InlineKeyboardMarkup? = null, type: String): InlineQueryResultGame
Content copied to clipboard