Results

Namespace

Type

An object containing data about a user's presence in a guild. An object containing data about a user's presence in a guild.

Hierarchy

  • Presence <-- You are here!

Index

Properties

Readonly activities

activities: Array<IActivity>

An array of activities included in the presence, if any.

Activities describe games being played, custom statuses, rich-presence, and other integrations like listen-along.

Readonly clientStatus

clientStatus: IClientStatus

An object containing a potential status set for each device type a user may be using.

Readonly guildId

guildId: Snowflake

The id of the guild this presence data exists for.

Readonly status

status: Status

The current online/idle/dnd/offline status for the user.

Readonly userId

userId: Snowflake

The id of the user for the presence data

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc