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

# Row

> Protobuf class Row generated from WAProto.

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

## Implements

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

## Constructors

### new Row()

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

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

#### Parameters

##### p?

[`IRow`](/proto-reference/Message/ListMessage/interfaces/IRow)

#### Returns

[`Row`](/proto-reference/Message/ListMessage/classes/Row)

## Properties

### description?

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

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

#### Implementation of

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

***

### rowId?

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

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

#### Implementation of

[`IRow`](/proto-reference/Message/ListMessage/interfaces/IRow).[`rowId`](/proto-reference/Message/ListMessage/interfaces/IRow#rowid)

***

### title?

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

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

#### Implementation of

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

## Methods

### create()

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

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

#### Parameters

##### properties?

[`IRow`](/proto-reference/Message/ListMessage/interfaces/IRow)

#### Returns

[`Row`](/proto-reference/Message/ListMessage/classes/Row)

***

### decode()

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

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

#### Parameters

##### r

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

##### l?

`number`

#### Returns

[`Row`](/proto-reference/Message/ListMessage/classes/Row)

***

### encode()

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

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

#### Parameters

##### m

[`IRow`](/proto-reference/Message/ListMessage/interfaces/IRow)

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

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

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

#### Parameters

##### d

#### Returns

[`Row`](/proto-reference/Message/ListMessage/classes/Row)

***

### getTypeUrl()

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

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

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

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

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

#### Returns

`object`

***

### toObject()

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

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

#### Parameters

##### m

[`Row`](/proto-reference/Message/ListMessage/classes/Row)

##### o?

`IConversionOptions`

#### Returns

`object`
