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

# CatalogSnapshot

> Protobuf class CatalogSnapshot generated from WAProto.

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

## Implements

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

## Constructors

### new CatalogSnapshot()

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

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

#### Parameters

##### p?

[`ICatalogSnapshot`](/proto-reference/Message/ProductMessage/interfaces/ICatalogSnapshot)

#### Returns

[`CatalogSnapshot`](/proto-reference/Message/ProductMessage/classes/CatalogSnapshot)

## Properties

### catalogImage?

> `optional` **catalogImage**: `null` | [`IImageMessage`](/proto-reference/Message/interfaces/IImageMessage)

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

#### Implementation of

[`ICatalogSnapshot`](/proto-reference/Message/ProductMessage/interfaces/ICatalogSnapshot).[`catalogImage`](/proto-reference/Message/ProductMessage/interfaces/ICatalogSnapshot#catalogimage)

***

### description?

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

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

#### Implementation of

[`ICatalogSnapshot`](/proto-reference/Message/ProductMessage/interfaces/ICatalogSnapshot).[`description`](/proto-reference/Message/ProductMessage/interfaces/ICatalogSnapshot#description)

***

### title?

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

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

#### Implementation of

[`ICatalogSnapshot`](/proto-reference/Message/ProductMessage/interfaces/ICatalogSnapshot).[`title`](/proto-reference/Message/ProductMessage/interfaces/ICatalogSnapshot#title)

## Methods

### create()

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

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

#### Parameters

##### properties?

[`ICatalogSnapshot`](/proto-reference/Message/ProductMessage/interfaces/ICatalogSnapshot)

#### Returns

[`CatalogSnapshot`](/proto-reference/Message/ProductMessage/classes/CatalogSnapshot)

***

### decode()

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

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

#### Parameters

##### r

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

##### l?

`number`

#### Returns

[`CatalogSnapshot`](/proto-reference/Message/ProductMessage/classes/CatalogSnapshot)

***

### encode()

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

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

#### Parameters

##### m

[`ICatalogSnapshot`](/proto-reference/Message/ProductMessage/interfaces/ICatalogSnapshot)

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

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

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

#### Parameters

##### d

#### Returns

[`CatalogSnapshot`](/proto-reference/Message/ProductMessage/classes/CatalogSnapshot)

***

### getTypeUrl()

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

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

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

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

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

#### Returns

`object`

***

### toObject()

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

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

#### Parameters

##### m

[`CatalogSnapshot`](/proto-reference/Message/ProductMessage/classes/CatalogSnapshot)

##### o?

`IConversionOptions`

#### Returns

`object`
