commands property

List<BotCommand> commands
read / write

List of bot commands.

Implementation

late List<BotCommand> commands;