BotCommands constructor

BotCommands(
  1. {required int bot_user_id,
  2. required List<BotCommand> commands,
  3. int? extra,
  4. int? clientId}
)

Contains a list of bot commands

Implementation

BotCommands