botInfo

Info about bots (available bot commands, etc)

botInfo#98e81d3a user_id:int description:string commands:Vector<BotCommand> = BotInfo;

Parameters

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

Type

BotInfo