Discord.https - v3.0.16
    Preparing search index...

    Interface APIInviteStageInstance

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

    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)