# APIMediaGalleryItem

`interface` in `discord-component-embed` · v0.4.1

<https://docs.seedcord.org/packages/discord-component-embed/0.4.1/interfaces/apimedia-gallery-item>

```ts
interface APIMediaGalleryItem
```

## Properties

### description

```ts
description: string | null;
```

Alt text for the media

### media

```ts
media: APIUnfurledMediaItem;
```

A url or attachment

### spoiler

```ts
spoiler: boolean;
```

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

## See also

- [https://discord.com/developers/docs/components/reference#media-gallery-media-gallery-item-structure](https://discord.com/developers/docs/components/reference#media-gallery-media-gallery-item-structure)
