Raw.bots.SetCustomVerification
bots.setCustomVerification#8b89dfbd flags:# enabled:flags.1?true bot:flags.0?InputUser peer:InputPeer custom_description:flags.2?string = Bool;export namespace Raw {
export namespace bots {
export class SetCustomVerification {
constructor(params: {
enabled?: boolean;
bot?: Raw.TypeInputUser;
peer: Raw.TypeInputPeer;
customDescription?: string;
}) {}
}
}
}This is a function constructor, you can use it as method when call invoke
Layer: 201
Constructor ID: 0x8b89dfbd
Property
enabled: boolean or undefinedbot: Raw.TypeInputUser or undefinedpeer: Raw.TypeInputPeercustomDescription: string or undefined