2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
title: botInfo
|
|
|
|
description: Provides information about bot and command supported by him
|
|
|
|
---
|
|
|
|
## Constructor: botInfo
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides information about bot and command supported by him
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
2017-08-20 11:05:56 +02:00
|
|
|
|----------|---------------|----------|-------------|
|
2017-03-11 19:54:51 +01:00
|
|
|
|description|[string](../types/string.md) | Yes|Big description shown in user info page|
|
|
|
|
|commands|Array of [botCommand](../constructors/botCommand.md) | Yes|List of commands cupported by bot|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [BotInfo](../types/BotInfo.md)
|
|
|
|
|
|
|
|
|