botInfo

Info about bots (available bot commands, etc)

botInfo#1b74b335 user_id:long description:string commands:Vector<BotCommand> = BotInfo;

Parameters

Name Type Description
user_id long ID of the bot
description string Description of the bot
commands Vector<BotCommand> Bot commands that can be used in the chat

Type

BotInfo