users.getUsers
Returns basic user info according to their identifiers.
Example
TL schema
Parameters
Result
Vector[User](https://core.telegram.org/type/User)
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
CHANNEL_PRIVATE
You haven't joined this channel/supergroup
400
CONNECTION_NOT_INITED
Connection not initialized
400
INPUT_LAYER_INVALID
The provided layer is invalid
400
MSG_ID_INVALID
Invalid message ID provided
Can bots use this methd ?
yes
Related pages
Last updated