Constructor: inputGameShortName
Game by short name
Attributes:
Name | Type | Required | Description |
---|---|---|---|
bot_id | Username, chat ID, Update, Message or InputUser | Optional | The bot that provides the game |
short_name | string | Yes | The game’s short name, usually obtained from a game link » |
Type: InputGame
Example:
$inputGameShortName = ['_' => 'inputGameShortName', 'bot_id' => InputUser, 'short_name' => 'string'];