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

# SingleSelectReply

> Protobuf class SingleSelectReply generated from WAProto.

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

## Implements

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

## Constructors

### new SingleSelectReply()

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

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

#### Parameters

##### p?

[`ISingleSelectReply`](/proto-reference/Message/ListResponseMessage/interfaces/ISingleSelectReply)

#### Returns

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

## Properties

### selectedRowId?

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

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

#### Implementation of

[`ISingleSelectReply`](/proto-reference/Message/ListResponseMessage/interfaces/ISingleSelectReply).[`selectedRowId`](/proto-reference/Message/ListResponseMessage/interfaces/ISingleSelectReply#selectedrowid)

## Methods

### create()

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

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

#### Parameters

##### properties?

[`ISingleSelectReply`](/proto-reference/Message/ListResponseMessage/interfaces/ISingleSelectReply)

#### Returns

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

***

### decode()

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

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

#### Parameters

##### r

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

##### l?

`number`

#### Returns

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

***

### encode()

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

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

#### Parameters

##### m

[`ISingleSelectReply`](/proto-reference/Message/ListResponseMessage/interfaces/ISingleSelectReply)

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

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

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

#### Parameters

##### d

#### Returns

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

***

### getTypeUrl()

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

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

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

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

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

#### Returns

`object`

***

### toObject()

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

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

#### Parameters

##### m

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

##### o?

`IConversionOptions`

#### Returns

`object`
