Interface JSONUnavailableGuild

interface JSONUnavailableGuild {
    createdAt: number;
    id: string;
    unavailable: true;
}

Hierarchy (view full)

Properties

createdAt: number
id: string
unavailable: true