MadelineProtoDocs/docs/API_docs/constructors/inputBotInlineResultGame.md

999 B

title description image
inputBotInlineResultGame Bot inline result game https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputBotInlineResultGame

Back to constructors index

Bot inline result game

Attributes:

Name Type Required Description
id string Yes ID
short_name string Yes Short name
send_message InputBotInlineMessage Yes Message to send

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}