Returns extended user info by ID.
userFull#771095da user:User link:contacts.Link profile_photo:Photo notify_settings:PeerNotifySettings blocked:Bool real_first_name:string real_last_name:string = UserFull;
---functions---
users.getFullUser#ca30a5b1 id:InputUser = UserFull;
| Name | Type | Description | 
|---|---|---|
| id | InputUser | User ID | 
Returns a UserFull object containing user info.
| Code | Type | Description | 
|---|---|---|
| 400 | CHANNEL_PRIVATE | You haven't joined this channel/supergroup. | 
| 400 | MSG_ID_INVALID | Invalid message ID provided. | 
| 400 | USER_ID_INVALID | The provided user ID is invalid. |