SetMyCommandsParams
Interface for grouping {@link BotCommand}s that might (or not) be related to each other by scope and/or language.
Properties
scope
ts
scope?: BotCommandScope;
If defined: scope on which the commands will take effect
language_code
ts
language_code?: LanguageCode;
If defined: Language on which the commands will take effect. Two letter abbreviation in ISO_639 standard: https://
commands
ts
commands: BotCommand[];
Commands that can be each one passed to a SetMyCommands Call