Constructor: bots.botInfo
Localized information about a bot.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
name | string | Yes | Bot name |
about | string | Yes | Bot about text |
description | string | Yes | Bot description |
Type: bots.BotInfo
Example:
$bots_botInfo = ['_' => 'bots.botInfo', 'name' => 'string', 'about' => 'string', 'description' => 'string'];