seyfert
    Preparing search index...

    Class GuildPreview

    Represent Discord Guild Preview Object

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    banner?: string | null
    client: UsingClient
    description?: string | null
    features?: GuildFeature[]
    icon: string | null
    id: string
    name: string
    splash: string | null
    vanityUrlCode?: string | null
    verificationLevel?: GuildVerificationLevel
    welcomeScreen?: {
        description: string | null;
        welcomeChannels: {
            channelId: string;
            description: string;
            emojiId: string | null;
            emojiName: string | null;
        }[];
    }

    Accessors

    • get shard(): Shard | undefined

      Shard of the guild.

      Returns Shard | undefined

      Shard or undefined, if the client is not gateway based always undefined.

    • get shardId(): number

      Shard ID of the guild.

      Returns number

      Shard ID or -1 if the client is not gateway based.

    Methods