Represents the payload from a serverUpdate event

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

Properties

endpoint: string
guild_id: string
token: string