contacts.resolveUsername
Resolve a @username to get peer info
Example
TL schema
Parameters
Name | Type | Description |
username | @username to resolve |
Result
Possible errors
Code | Type | Description |
401 | AUTH_KEY_PERM_EMPTY | The temporary auth key must be binded to the permanent auth key to use these methods. |
400 | CONNECTION_DEVICE_MODEL_EMPTY | Device model empty |
400 | CONNECTION_LAYER_INVALID | Layer invalid |
400 | USERNAME_INVALID | The provided username is not valid |
400 | USERNAME_NOT_OCCUPIED | The provided username is not occupied |
Can bots use this methd ?
yes
Related pages
Last updated