Returns extended user info by ID.
users.userFull#3b6d152e full_user:UserFull chats:Vector<Chat> users:Vector<User> = users.UserFull;
---functions---
users.getFullUser#b60f5918 id:InputUser = users.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. |