Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateStatus

Sent by the bot to indicate a presence or status update

Hierarchy

  • UpdateStatus

Index

Properties

Properties

Optional afk

afk: undefined | false | true

Whether or not the client is AFK

Optional game

game: Partial<PresenceGame>

Null, or the user's new activity

Optional since

since: undefined | number

UNIX time (in milliseconds) of when the client went idle, or null if the client is not idle

status

The user's new status

Generated using TypeDoc