users.getFullUser
Returns extended user info by ID.
Example
TL schema
Parameters
Name | Type | Description |
id | User ID |
Result
Returns a UserFull object containing user info.
Possible errors
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 |
Can bots use this methd ?
yes
Related pages
Last updated