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

    Interface GuildPreviewResponse

    interface GuildPreviewResponse {
        approximate_member_count: number;
        approximate_presence_count: number;
        description: string | null;
        discovery_splash: string | null;
        emojis: EmojiResponse[];
        features: GuildFeatures[];
        home_header: string | null;
        icon: string | null;
        id: `${bigint}`;
        name: string;
        splash: string | null;
        stickers: GuildStickerResponse[];
    }
    Index

    Properties

    approximate_member_count: number
    approximate_presence_count: number
    description: string | null
    discovery_splash: string | null
    emojis: EmojiResponse[]
    features: GuildFeatures[]
    home_header: string | null
    icon: string | null
    id: `${bigint}`
    name: string
    splash: string | null