interface APIGuildPreview {
    approximate_member_count: number;
    approximate_presence_count: number;
    description: string;
    discovery_splash: null | string;
    emojis: APIEmoji[];
    features: GuildFeature[];
    icon: null | string;
    id: string;
    name: string;
    splash: null | string;
    stickers: APISticker[];
}

Properties

approximate_member_count: number

Approximate number of members in this guild

approximate_presence_count: number

Approximate number of online members in this guild

description: string

The description for the guild

discovery_splash: null | string

Discovery splash hash; only present for guilds with the "DISCOVERABLE" feature

emojis: APIEmoji[]

Custom guild emojis

features: GuildFeature[]

Enabled guild features

icon: null | string

Icon hash

id: string

Guild id

name: string

Guild name (2-100 characters)

splash: null | string

Splash hash

stickers: APISticker[]

Custom guild stickers