> ## Documentation Index
> Fetch the complete documentation index at: https://baileys.wiki/llms.txt
> Use this file to discover all available pages before exploring further.

# AIRichResponseReelItem

> Protobuf class AIRichResponseReelItem generated from WAProto.

Defined in: [WAProto/index.d.ts:311](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L311)

## Implements

* [`IAIRichResponseReelItem`](/proto-reference/AIRichResponseContentItemsMetadata/interfaces/IAIRichResponseReelItem)

## Constructors

### new AIRichResponseReelItem()

> **new AIRichResponseReelItem**(`p`?): [`AIRichResponseReelItem`](/proto-reference/AIRichResponseContentItemsMetadata/classes/AIRichResponseReelItem)

Defined in: [WAProto/index.d.ts:312](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L312)

#### Parameters

##### p?

[`IAIRichResponseReelItem`](/proto-reference/AIRichResponseContentItemsMetadata/interfaces/IAIRichResponseReelItem)

#### Returns

[`AIRichResponseReelItem`](/proto-reference/AIRichResponseContentItemsMetadata/classes/AIRichResponseReelItem)

## Properties

### profileIconUrl?

> `optional` **profileIconUrl**: `null` | `string`

Defined in: [WAProto/index.d.ts:314](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L314)

#### Implementation of

[`IAIRichResponseReelItem`](/proto-reference/AIRichResponseContentItemsMetadata/interfaces/IAIRichResponseReelItem).[`profileIconUrl`](/proto-reference/AIRichResponseContentItemsMetadata/interfaces/IAIRichResponseReelItem#profileiconurl)

***

### thumbnailUrl?

> `optional` **thumbnailUrl**: `null` | `string`

Defined in: [WAProto/index.d.ts:315](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L315)

#### Implementation of

[`IAIRichResponseReelItem`](/proto-reference/AIRichResponseContentItemsMetadata/interfaces/IAIRichResponseReelItem).[`thumbnailUrl`](/proto-reference/AIRichResponseContentItemsMetadata/interfaces/IAIRichResponseReelItem#thumbnailurl)

***

### title?

> `optional` **title**: `null` | `string`

Defined in: [WAProto/index.d.ts:313](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L313)

#### Implementation of

[`IAIRichResponseReelItem`](/proto-reference/AIRichResponseContentItemsMetadata/interfaces/IAIRichResponseReelItem).[`title`](/proto-reference/AIRichResponseContentItemsMetadata/interfaces/IAIRichResponseReelItem#title)

***

### videoUrl?

> `optional` **videoUrl**: `null` | `string`

Defined in: [WAProto/index.d.ts:316](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L316)

#### Implementation of

[`IAIRichResponseReelItem`](/proto-reference/AIRichResponseContentItemsMetadata/interfaces/IAIRichResponseReelItem).[`videoUrl`](/proto-reference/AIRichResponseContentItemsMetadata/interfaces/IAIRichResponseReelItem#videourl)

## Methods

### create()

> `static` **create**(`properties`?): [`AIRichResponseReelItem`](/proto-reference/AIRichResponseContentItemsMetadata/classes/AIRichResponseReelItem)

Defined in: [WAProto/index.d.ts:317](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L317)

#### Parameters

##### properties?

[`IAIRichResponseReelItem`](/proto-reference/AIRichResponseContentItemsMetadata/interfaces/IAIRichResponseReelItem)

#### Returns

[`AIRichResponseReelItem`](/proto-reference/AIRichResponseContentItemsMetadata/classes/AIRichResponseReelItem)

***

### decode()

> `static` **decode**(`r`, `l`?): [`AIRichResponseReelItem`](/proto-reference/AIRichResponseContentItemsMetadata/classes/AIRichResponseReelItem)

Defined in: [WAProto/index.d.ts:319](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L319)

#### Parameters

##### r

`Uint8Array`\<`ArrayBufferLike`> | `Reader`

##### l?

`number`

#### Returns

[`AIRichResponseReelItem`](/proto-reference/AIRichResponseContentItemsMetadata/classes/AIRichResponseReelItem)

***

### encode()

> `static` **encode**(`m`, `w`?): `Writer`

Defined in: [WAProto/index.d.ts:318](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L318)

#### Parameters

##### m

[`IAIRichResponseReelItem`](/proto-reference/AIRichResponseContentItemsMetadata/interfaces/IAIRichResponseReelItem)

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

> `static` **fromObject**(`d`): [`AIRichResponseReelItem`](/proto-reference/AIRichResponseContentItemsMetadata/classes/AIRichResponseReelItem)

Defined in: [WAProto/index.d.ts:320](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L320)

#### Parameters

##### d

#### Returns

[`AIRichResponseReelItem`](/proto-reference/AIRichResponseContentItemsMetadata/classes/AIRichResponseReelItem)

***

### getTypeUrl()

> `static` **getTypeUrl**(`typeUrlPrefix`?): `string`

Defined in: [WAProto/index.d.ts:323](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L323)

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

> **toJSON**(): `object`

Defined in: [WAProto/index.d.ts:322](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L322)

#### Returns

`object`

***

### toObject()

> `static` **toObject**(`m`, `o`?): `object`

Defined in: [WAProto/index.d.ts:321](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L321)

#### Parameters

##### m

[`AIRichResponseReelItem`](/proto-reference/AIRichResponseContentItemsMetadata/classes/AIRichResponseReelItem)

##### o?

`IConversionOptions`

#### Returns

`object`
