commands property

List of commands to handle user's commands and actions like callback_query

Use classes inherited from Command to create simple commands

Use classes inherited from ComplexCommand to create commands with different behavior, depending on user-input parameters

See https://core.telegram.org/bots/api#callbackquery

Implementation

List<CommandConstructor> get commands;