Interface RawUnavailableGuild

interface RawUnavailableGuild {
    id: string;
    unavailable: true;
}

Properties

Properties

id: string
unavailable: true