SetMyCommandsParams
Interface for grouping Bot
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