DeleteCommands constructor

DeleteCommands(
  1. {BotCommandScope? scope,
  2. required String language_code,
  3. int? extra,
  4. int? clientId}
)

Deletes commands supported by the bot for the given user scope and language; for bots only

Returns Ok

Implementation

DeleteCommands