Raw.BotCommand

Raw.BotCommand

Describes a bot command that can be used in a chat

botCommand#c27ac8c7 command:string description:string = BotCommand;
export namespace Raw {
  export class BotCommand {
    constructor(params: { command: string; description: string }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xc27ac8c7

Property

  • command : string

    /command name

  • description : string

    Description of the command