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

# MMSThumbnailMetadata

> Protobuf class MMSThumbnailMetadata generated from WAProto.

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

## Implements

* [`IMMSThumbnailMetadata`](/proto-reference/Message/interfaces/IMMSThumbnailMetadata)

## Constructors

### new MMSThumbnailMetadata()

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

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

#### Parameters

##### p?

[`IMMSThumbnailMetadata`](/proto-reference/Message/interfaces/IMMSThumbnailMetadata)

#### Returns

[`MMSThumbnailMetadata`](/proto-reference/Message/classes/MMSThumbnailMetadata)

## Properties

### mediaKey?

> `optional` **mediaKey**: `null` | `Uint8Array`\<`ArrayBufferLike`>

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

#### Implementation of

[`IMMSThumbnailMetadata`](/proto-reference/Message/interfaces/IMMSThumbnailMetadata).[`mediaKey`](/proto-reference/Message/interfaces/IMMSThumbnailMetadata#mediakey)

***

### mediaKeyDomain?

> `optional` **mediaKeyDomain**: `null` | [`MediaKeyDomain`](/proto-reference/Message/enumerations/MediaKeyDomain)

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

#### Implementation of

[`IMMSThumbnailMetadata`](/proto-reference/Message/interfaces/IMMSThumbnailMetadata).[`mediaKeyDomain`](/proto-reference/Message/interfaces/IMMSThumbnailMetadata#mediakeydomain)

***

### mediaKeyTimestamp?

> `optional` **mediaKeyTimestamp**: `null` | `number` | `Long`

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

#### Implementation of

[`IMMSThumbnailMetadata`](/proto-reference/Message/interfaces/IMMSThumbnailMetadata).[`mediaKeyTimestamp`](/proto-reference/Message/interfaces/IMMSThumbnailMetadata#mediakeytimestamp)

***

### thumbnailDirectPath?

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

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

#### Implementation of

[`IMMSThumbnailMetadata`](/proto-reference/Message/interfaces/IMMSThumbnailMetadata).[`thumbnailDirectPath`](/proto-reference/Message/interfaces/IMMSThumbnailMetadata#thumbnaildirectpath)

***

### thumbnailEncSha256?

> `optional` **thumbnailEncSha256**: `null` | `Uint8Array`\<`ArrayBufferLike`>

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

#### Implementation of

[`IMMSThumbnailMetadata`](/proto-reference/Message/interfaces/IMMSThumbnailMetadata).[`thumbnailEncSha256`](/proto-reference/Message/interfaces/IMMSThumbnailMetadata#thumbnailencsha256)

***

### thumbnailHeight?

> `optional` **thumbnailHeight**: `null` | `number`

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

#### Implementation of

[`IMMSThumbnailMetadata`](/proto-reference/Message/interfaces/IMMSThumbnailMetadata).[`thumbnailHeight`](/proto-reference/Message/interfaces/IMMSThumbnailMetadata#thumbnailheight)

***

### thumbnailSha256?

> `optional` **thumbnailSha256**: `null` | `Uint8Array`\<`ArrayBufferLike`>

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

#### Implementation of

[`IMMSThumbnailMetadata`](/proto-reference/Message/interfaces/IMMSThumbnailMetadata).[`thumbnailSha256`](/proto-reference/Message/interfaces/IMMSThumbnailMetadata#thumbnailsha256)

***

### thumbnailWidth?

> `optional` **thumbnailWidth**: `null` | `number`

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

#### Implementation of

[`IMMSThumbnailMetadata`](/proto-reference/Message/interfaces/IMMSThumbnailMetadata).[`thumbnailWidth`](/proto-reference/Message/interfaces/IMMSThumbnailMetadata#thumbnailwidth)

## Methods

### create()

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

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

#### Parameters

##### properties?

[`IMMSThumbnailMetadata`](/proto-reference/Message/interfaces/IMMSThumbnailMetadata)

#### Returns

[`MMSThumbnailMetadata`](/proto-reference/Message/classes/MMSThumbnailMetadata)

***

### decode()

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

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

#### Parameters

##### r

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

##### l?

`number`

#### Returns

[`MMSThumbnailMetadata`](/proto-reference/Message/classes/MMSThumbnailMetadata)

***

### encode()

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

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

#### Parameters

##### m

[`IMMSThumbnailMetadata`](/proto-reference/Message/interfaces/IMMSThumbnailMetadata)

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

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

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

#### Parameters

##### d

#### Returns

[`MMSThumbnailMetadata`](/proto-reference/Message/classes/MMSThumbnailMetadata)

***

### getTypeUrl()

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

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

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

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

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

#### Returns

`object`

***

### toObject()

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

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

#### Parameters

##### m

[`MMSThumbnailMetadata`](/proto-reference/Message/classes/MMSThumbnailMetadata)

##### o?

`IConversionOptions`

#### Returns

`object`
