users.getUsers

Returns basic user info according to their identifiers.

---functions---
users.getUsers#d91a548 id:Vector<InputUser> = Vector<User>;

Parameters

Name Type Description
id Vector<InputUser> List of user identifiers

Result

Vector<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

Bots can use this method