InviteStageInstance
classe · Source
Represents the data about a public StageInstance in an Invite.
Extends: Base
Properties
channelId
channelId: Snowflake
The id of the stage channel this invite is for Source
guildId
guildId: Snowflake
The stage channel's guild id Source
members
members: Collection<Snowflake, GuildMember>
The members speaking in the stage channel Source
topic
topic: string
The topic of the stage instance Source
participantCount
participantCount: number
The number of users in the stage channel Source
speakerCount
speakerCount: number
The number of users speaking in the stage channel Source
channel
channel: StageChannel
The stage channel this invite is for Source
guild
guild: Guild
The guild of the stage channel this invite is for Source
client
client: Client
The client that instantiated this Source