A user that is not a contact of the current user, but whose phone number is available.
userRequest#22e8ceb0 id:int first_name:string last_name:string access_hash:long phone:string photo:UserProfilePhoto status:UserStatus = User;
| Name | Type | Description |
|---|---|---|
| id | int | User identifier |
| first_name | string | First name the user supplied |
| last_name | string | Last name the user supplied |
| access_hash | long | Checksum dependent on the user identifier |
| phone | string | Phone number |
| photo | UserProfilePhoto | Profile photo |
| status | UserStatus | Current status |
| username | string | Username |