MadelineProtoDocs/docs/API_docs/constructors/inputBotInlineResultGame.md

1003 B

title description image
inputBotInlineResultGame Game https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputBotInlineResultGame

Back to constructors index

Game

Attributes:

Name Type Required Description
id string Yes Result ID
short_name string Yes Game short name
send_message InputBotInlineMessage Yes Message to send when the result is selected

Type: InputBotInlineResult

Example:

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

Or, if you're into Lua:

inputBotInlineResultGame={_='inputBotInlineResultGame', id='string', short_name='string', send_message=InputBotInlineMessage}