718 B
718 B
title | description |
---|---|
botInfo | botInfo attributes, type and example |
Constructor: botInfo
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], ];