Interface VoiceStateUpdatePayload

interface VoiceStateUpdatePayload {
    channel_id: string;
    guild_id: string;
    self_deaf: boolean;
    self_mute: boolean;
}

Properties

channel_id: string
guild_id: string
self_deaf: boolean
self_mute: boolean