SetCommands constructor
- {BotCommandScope? scope,
- String? language_code,
- required List<BotCommand> commands,
- int? extra,
- 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