setEmojiStatus
Set the current account’s emoji status. USER-ONLY
Parameters
The emoji or gift to set as the new emoji status.
until?: number
If specified, the emoji status will be unset in that date.
Result
void
Syntax
// Required parameters only.
await client.setEmojiStatus(emojiStatus);
// Required parameters + optional parameters.
// Any of the optional parameters can be omitted.
await client.setEmojiStatus(emojiStatus, { until });