24 lines
589 B
Markdown
24 lines
589 B
Markdown
---
|
|
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 |
|
|
|----------|---------------|----------|-------------|
|
|
|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)
|
|
|
|
|