interface GatewayGuildDeleteDispatchData {
    id: string;
    unavailable?: true;
}

Hierarchy (View Summary)

Properties

Properties

id: string

Guild id

unavailable?: true

true if this guild is unavailable due to an outage

If the field is not set, the user was removed from the guild.