declare class MediaGalleryItemBuilder implements JSONEncodable<APIMediaGalleryItem>readonlyexternaldata : Partial<APIMediaGalleryItem>
The API data associated with this media gallery item.
external setDescription(description: string) : this
description: string
Sets the description of this media gallery item.
external setSpoiler(spoiler?: boolean) : this
spoiler?: boolean
Sets the spoiler status of this media gallery item.
external setURL(url: string) : this
url: string
Sets the media URL of this media gallery item.
external toJSON() : APIMediaGalleryItem
Serializes this builder to API-compatible JSON data.