interface APIInviteStageInstance {
    members: APIGuildMember[];
    participant_count: number;
    speaker_count: number;
    topic: string;
}

Properties

members: APIGuildMember[]

The members speaking in the stage

participant_count: number

The number of users in the stage

speaker_count: number

The number of users speaking in the stage

topic: string

The topic of the stage instance (1-120 characters)