Interface VoiceChannelStatusUpdatePacket

interface VoiceChannelStatusUpdatePacket {
    d: {
        id: string;
        status: null | string;
    };
    op: DISPATCH;
    s: number;
    t: "VOICE_CHANNEL_STATUS_UPDATE";
}

Hierarchy (view full)

Properties

d op s t

Properties

d: {
    id: string;
    status: null | string;
}

Type declaration

  • id: string
  • status: null | string
s: number
t: "VOICE_CHANNEL_STATUS_UPDATE"