Raw.contacts.ResolvePhone

Raw.contacts.ResolvePhone

Resolve a phone number to get user info, if their privacy settings allow it.

contacts.resolvePhone#8af94344 phone:string = contacts.ResolvedPeer;
export namespace Raw {
  export namespace contacts {
    export class ResolvePhone {
      constructor(params: { phone: string }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x8af94344

Property

  • phone : string

    Phone number in international format, possibly obtained from a phone number deep link.

Results

Raw.contacts.TypeResolvedPeer