Interface EditCurrentUserVoiceStateOptions

interface EditCurrentUserVoiceStateOptions {
    channelID?: string;
    requestToSpeakTimestamp?: null | string;
    suppress?: boolean;
}

Hierarchy

Properties

channelID?: string

The ID of the stage channel the member is in.

requestToSpeakTimestamp?: null | string

The timestamp of when the member should be able to speak.

suppress?: boolean

If the user should be suppressed.