GetCommands constructor

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

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

Returns BotCommands

Implementation

GetCommands