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

# ListResponseMessage

> Protobuf class ListResponseMessage generated from WAProto.

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

## Implements

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

## Constructors

### new ListResponseMessage()

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

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

#### Parameters

##### p?

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

#### Returns

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

## Properties

### contextInfo?

> `optional` **contextInfo**: `null` | [`IContextInfo`](/proto-reference/interfaces/IContextInfo)

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

#### Implementation of

[`IListResponseMessage`](/proto-reference/Message/interfaces/IListResponseMessage).[`contextInfo`](/proto-reference/Message/interfaces/IListResponseMessage#contextinfo)

***

### description?

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

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

#### Implementation of

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

***

### listType?

> `optional` **listType**: `null` | [`ListType`](/proto-reference/Message/ListResponseMessage/enumerations/ListType)

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

#### Implementation of

[`IListResponseMessage`](/proto-reference/Message/interfaces/IListResponseMessage).[`listType`](/proto-reference/Message/interfaces/IListResponseMessage#listtype)

***

### singleSelectReply?

> `optional` **singleSelectReply**: `null` | [`ISingleSelectReply`](/proto-reference/Message/ListResponseMessage/interfaces/ISingleSelectReply)

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

#### Implementation of

[`IListResponseMessage`](/proto-reference/Message/interfaces/IListResponseMessage).[`singleSelectReply`](/proto-reference/Message/interfaces/IListResponseMessage#singleselectreply)

***

### title?

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

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

#### Implementation of

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

## Methods

### create()

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

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

#### Parameters

##### properties?

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

#### Returns

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

***

### decode()

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

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

#### Parameters

##### r

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

##### l?

`number`

#### Returns

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

***

### encode()

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

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

#### Parameters

##### m

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

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

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

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

#### Parameters

##### d

#### Returns

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

***

### getTypeUrl()

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

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

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

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

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

#### Returns

`object`

***

### toObject()

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

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

#### Parameters

##### m

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

##### o?

`IConversionOptions`

#### Returns

`object`
