Link Search Menu Expand Document

Constructor: inputBotInlineResultGame

Back to constructors index

Game

Attributes:

NameTypeRequiredDescription
idstringYesResult ID
short_namestringYesGame short name
send_messageInputBotInlineMessageYesMessage to send when the result is selected

Type: InputBotInlineResult

Example:

$inputBotInlineResultGame = ['_' => 'inputBotInlineResultGame', 'id' => 'string', 'short_name' => 'string', 'send_message' => InputBotInlineMessage];