Interface EditUserVoiceStateOptions

interface EditUserVoiceStateOptions {
    channelID: string;
    suppress?: boolean;
}

Properties

Properties

channelID: string

The ID of the stage channel the member is in.

suppress?: boolean

If the user should be suppressed.