Interface UpdateVoiceStateOptions

interface UpdateVoiceStateOptions {
    selfDeaf?: boolean;
    selfMute?: boolean;
}

Properties

Properties

selfDeaf?: boolean

If the client should be self deafened.

selfMute?: boolean

If the client should be self muted.