Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Presence<T>

Type parameters

  • T

Hierarchy

Index

Constructors

constructor

Properties

activities

activities: APIActivityData[]

The member's current activities.

since

0.0.1

Readonly client

client: T

clientStatus

clientStatus: APIClientStatusData | null

The member's platform-dependent status.

since

0.0.1

Readonly id

id: string

The member's ID this presence corresponds to.

since

0.0.1

status

status: PresenceUpdateStatus | null

The member's status.

since

0.0.1

Accessors

createdAt

  • get createdAt(): Date

createdTimestamp

  • get createdTimestamp(): number

Methods

Protected _patch

  • _patch(data: APIPresenceUpdateData): this

clone

  • clone(): this

toJSON

  • toJSON(): Record<string, any>

valueOf

  • valueOf(): string

Generated using TypeDoc