Raw.BotVerifierSettings

Raw.BotVerifierSettings

botVerifierSettings#b0cd6617 flags:# can_modify_custom_description:flags.1?true icon:long company:string custom_description:flags.0?string = BotVerifierSettings;
export namespace Raw {
  export class BotVerifierSettings {
    constructor(params: {
      canModifyCustomDescription?: boolean;
      icon: bigint;
      company: string;
      customDescription?: string;
    }) {}
  }
}
🚫

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

Layer: 198
Constructor ID: 0xb0cd6617

Property