contacts.resolvePhone

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

Make sure to implement client-side ratelimiting/debounce for this method, allowing at most 1 call every 3 seconds.

 메서드 스키마는 레이어 139부터 사용할 수 있습니다. 전환 »

Parameters

Name Type Description
phone string Phone number in international format, possibly obtained from a phone number deep link.

Result

contacts.ResolvedPeer

Only users can use this method

Possible errors

Code Type Description
400 PHONE_NOT_OCCUPIED No user is associated to the specified phone number.

Related pages

Deep links

Telegram clients must handle special tg:// and t.me deep links encountered in messages, link entities and in other apps by registering OS handlers.