MadelineProto/docs/API_docs/constructors/inputGameShortName.md
2016-12-19 19:48:27 +03:00

416 B

Constructor: inputGameShortName

Attributes:

Name Type Required
bot_id InputUser Required
short_name string Required

Type: InputGame

Example:

$inputGameShortName = ['_' => inputGameShortName', 'bot_id' => InputUser, 'short_name' => string, ];