---
path: bot-api-reference/enumerations/AssetPreviewType.md
audience: bot
category: reference
summary: The type of content represented by an `AssetPreview`.
---

The type of content represented by an `AssetPreview`.

## Enumeration Members

### Audio

> **Audio**: `3`

An audio preview.

### Document

> **Document**: `4`

A document preview.

### Image

> **Image**: `1`

An image preview.

### Page

> **Page**: `6`

A web page preview.

### Text

> **Text**: `5`

A text preview.

### Unspecified

> **Unspecified**: `0`

Unknown type.

### Video

> **Video**: `2`

A video preview.