class ActivityInstance

extends

Base
export class ActivityInstance extends Base

Represents an activity instance.

applicationId : Snowflake

The id of the application

readonly
client : Client<true>

The client that instantiated this

Inherited from: Base

instanceId : string

The activity instance id

launchId : Snowflake

The unique identifier for the launch

location : ActivityLocation

The location the instance is running in

users : Snowflake[]

The ids of the users connected to the instance

toJSON(
...props: Record<string, boolean | string>[]
) : unknown

Inherited from: Base

valueOf() : string

Inherited from: Base