class ActivityLocation

extends

Base
export class ActivityLocation extends Base

Represents the location of an activity instance.

readonly
channel : Channel | null

The channel of this activity location

channelId : Snowflake

The id of the channel

readonly
client : Client<true>

The client that instantiated this

Inherited from: Base

readonly
guild : Guild | null

The guild of this activity location

guildId : Snowflake | null

The id of the guild

id : string

The unique identifier for the location

The kind of location

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

Inherited from: Base

valueOf() : string

Inherited from: Base