commands property

List<BotCommand> commands
read / write

List of the bot commands.

Implementation

late List<BotCommand> commands;