821 B
821 B
title | description | image |
---|---|---|
inputGameShortName | Game short name | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputGameShortName
Game short name
Attributes:
Name | Type | Required | Description |
---|---|---|---|
bot_id | Username, chat ID, Update, Message or InputUser | Optional | Bot ID |
short_name | string | Yes | Short name |
Type: InputGame
Example:
$inputGameShortName = ['_' => 'inputGameShortName', 'bot_id' => InputUser, 'short_name' => 'string'];
Or, if you're into Lua:
inputGameShortName={_='inputGameShortName', bot_id=InputUser, short_name='string'}