MadelineProtoDocs/docs/TD_docs/constructors/botInfo.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
662 B
Markdown

---
title: botInfo
description: Provides information about bot and command supported by him
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# 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)