BotCommand constructor

BotCommand(
  1. {required String command,
  2. required String description,
  3. int? extra,
  4. int? clientId}
)

Represents a command supported by a bot

Implementation

BotCommand