Discord.https - v3.0.16
    Preparing search index...

    Interface APIMediaGalleryItem

    interface APIMediaGalleryItem {
        description?: null | string;
        media: APIUnfurledMediaItem;
        spoiler?: boolean;
    }
    Index

    Properties

    description?: null | string

    Alt text for the media

    A url or attachment

    spoiler?: boolean

    Whether the media should be a spoiler (or blurred out)

    false