commands property

List<BotCommand> commands
read / write

List of the bot's commands.

Implementation

late List<BotCommand> commands;