Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 330 Bytes

File metadata and controls

22 lines (14 loc) · 330 Bytes

BotInfo

Types

BotInfo::typeBotInfo

Schema:

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

Parameters:

Name Type
userId qint32
description QString
commands QList<BotCommand>