Interface VoiceServerUpdate

interface VoiceServerUpdate {
    endpoint: string;
    guild_id: string;
    token: string;
}

Properties

endpoint: string
guild_id: string
token: string