Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GatewayPresenceUpdate

Hierarchy

  • GatewayPresenceUpdate

Index

Properties

activities?: GatewayActivity[]
guild_id: string

ID of the guild

Either "idle", "dnd", "online", or "offline"

user: Partial<APIUser> & Pick<APIUser, "id">

The user presence is being updated for

The user object within this event can be partial, the only field which must be sent is the id field, everything else is optional.

See https://discord.com/developers/docs/resources/user#user-object

Generated using TypeDoc version 0.22.16, the 9/16/2022 at 1:09:17 AM