getInputUser
Get a user’s inputUser. Useful when calling API functions directly.
Parameters
The identifier of the user.
Result
Api.inputUserSelf | Api.inputUser | Api.inputUserFromMessage
Syntax
await client.getInputUser(id);
Get a user’s inputUser. Useful when calling API functions directly.
The identifier of the user.
await client.getInputUser(id);