class InviteStageInstance

extends

Base
deprecated
export class InviteStageInstance extends Base

Represents the data about a public StageInstance in an Invite.

readonly
channel : StageChannel | null

The stage channel this invite is for

channelId : Snowflake

The id of the stage channel this invite is for

readonly
client : Client

The client that instantiated this

readonly
guild : Guild | null

The guild of the stage channel this invite is for

guildId : Snowflake

The stage channel's guild id

The members speaking in the stage channel

participantCount : number

The number of users in the stage channel

speakerCount : number

The number of users speaking in the stage channel

topic : string

The topic of the stage instance

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

Inherited from: Base

valueOf() : string

Inherited from: Base