Deprecated

InviteStageInstance

export class InviteStageInstance extends Base
export class InviteStageInstance extends Base
true
Deprecated
Represents the data about a public StageInstance in an Invite.

Extends

Base
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<true>
The client that instantiated this
Inherited from Base
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):unknown
NameTypeOptionalDescription
...propsRecord<string, boolean | string>[]NoNone
Inherited from Base
valueOf():string