MadelineProto/old_docs/API_docs_v38/constructors/botInfo.md

718 B

title description
botInfo botInfo attributes, type and example

Constructor: botInfo

Back to constructors index

Attributes:

Name Type Required
user_id int Required
version int Required
share_text string Required
description string Required
commands Array of BotCommand Required

Type: BotInfo

Example:

$botInfo = ['_' => 'botInfo', 'user_id' => int, 'version' => int, 'share_text' => string, 'description' => string, 'commands' => [Vector t], ];