Raw.bots.BotInfo

Raw.bots.BotInfo

Localized information about a bot.

bots.botInfo#e8a775b0 name:string about:string description:string = bots.BotInfo;
export namespace Raw {
  export namespace bots {
    export class BotInfo {
      constructor(params: { name: string; about: string; description: string }) {}
    }
  }
}
🚫

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

Layer: 185
Constructor ID: 0xe8a775b0

Property

  • name : string

    Bot name

  • about : string

    Bot about text

  • description : string

    Bot description