@typed-discord/rest
    Preparing search index...

    Interface InviteGuildResponse

    interface InviteGuildResponse {
        banner: string | null;
        description: string | null;
        features: GuildFeatures[];
        icon: string | null;
        id: `${bigint}`;
        name: string;
        nsfw: boolean | null;
        nsfw_level: GuildNSFWContentLevel | null;
        premium_subscription_count: number;
        splash: string | null;
        vanity_url_code: string | null;
        verification_level: VerificationLevels | null;
    }
    Index

    Properties

    banner: string | null
    description: string | null
    features: GuildFeatures[]
    icon: string | null
    id: `${bigint}`
    name: string
    nsfw: boolean | null
    nsfw_level: GuildNSFWContentLevel | null
    premium_subscription_count: number
    splash: string | null
    vanity_url_code: string | null
    verification_level: VerificationLevels | null