SetCommands constructor

SetCommands(
  1. {BotCommandScope? scope,
  2. String? language_code,
  3. required List<BotCommand> commands,
  4. int? extra,
  5. int? clientId}
)

Sets the list of commands supported by the bot for the given user scope and language; for bots only

Returns Ok

Implementation

SetCommands