Link Search Menu Expand Document

Constructor: bots.botInfo

Back to constructors index

Localized information about a bot.

Attributes:

NameTypeRequiredDescription
namestringYesBot name
aboutstringYesBot about text
descriptionstringYesBot description

Type: bots.BotInfo

Example:

$bots_botInfo = ['_' => 'bots.botInfo', 'name' => 'string', 'about' => 'string', 'description' => 'string'];