BotCommands constructor
BotCommands({
- String? extra,
- int? client_id,
- int53? bot_user_id,
- vector<
BotCommand> ? commands,
Implementation
BotCommands({
super.extra,
super.client_id,
this.bot_user_id,
this.commands,
});