MadelineProtoDocs/docs/API_docs/constructors/inputBotInlineResultGame.md
2024-05-01 14:53:46 +02:00

916 B

title description nav_exclude image
inputBotInlineResultGame Game true 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];