BotCommands constructor
BotCommands({
- required int botUserId,
- required List<
BotCommand> commands,
Implementation
BotCommands({required this.botUserId, required this.commands});