Raw.UpdateUserPhone

Raw.UpdateUserPhone

A user’s phone number was changed

updateUserPhone#5492a13 user_id:long phone:string = Update;
export namespace Raw {
  export class UpdateUserPhone {
    constructor(params: { userId: bigint; phone: string }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x5492a13

Property