interface APIBaseVoiceGuildMember {
    deaf: boolean;
    mute: boolean;
}

Hierarchy (View Summary)

Properties

Properties

deaf: boolean

Whether the user is deafened in voice channels

mute: boolean

Whether the user is muted in voice channels