999 B
999 B
title | description | image |
---|---|---|
inputBotInlineResultGame | Bot inline result game | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputBotInlineResultGame
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}