BotInfo
---types---
botInfo#8f300b57 flags:# user_id:flags.0?long description:flags.1?string description_photo:flags.4?Photo description_document:flags.5?Document commands:flags.2?Vector<BotCommand> menu_button:flags.3?BotMenuButton = BotInfo
Belongs to
This type can only be an instance of:
Members
| user_id | long | This argument defaults to None and can be omitted. | 
| description | string | This argument defaults to None and can be omitted. | 
| description_photo | Photo | This argument defaults to None and can be omitted. | 
| description_document | Document | This argument defaults to None and can be omitted. | 
| commands | BotCommand | This argument defaults to None and can be omitted. Otherwise, a list must be supplied. | 
| menu_button | BotMenuButton | This argument defaults to None and can be omitted. |