Interface VoiceStateUpdate

interface VoiceStateUpdate {
    channel_id?: string;
    deaf?: boolean;
    guild_id: string;
    mute?: boolean;
    self_deaf?: boolean;
    self_mute?: boolean;
    session_id: string;
    suppress?: boolean;
    user_id: string;
}

Properties

channel_id?: string
deaf?: boolean
guild_id: string
mute?: boolean
self_deaf?: boolean
self_mute?: boolean
session_id: string
suppress?: boolean
user_id: string