setEmojiStatus
Set the current account’s emoji status. User-only.
Parameters
id: string
The identifier of the emoji to be used as the new status.
until?: Date
If specified, the emoji status will be unset in that date.
Result
void
Syntax
// Required parameters only.
await client.setEmojiStatus(id);
// Required parameters + optional parameters.
// Any of the optional parameters can be omitted.
await client.setEmojiStatus(id, { until });