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

# QuickReplyAction

> Protobuf class QuickReplyAction generated from WAProto.

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

## Implements

* [`IQuickReplyAction`](/proto-reference/SyncActionValue/interfaces/IQuickReplyAction)

## Constructors

### new QuickReplyAction()

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

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

#### Parameters

##### p?

[`IQuickReplyAction`](/proto-reference/SyncActionValue/interfaces/IQuickReplyAction)

#### Returns

[`QuickReplyAction`](/proto-reference/SyncActionValue/classes/QuickReplyAction)

## Properties

### count?

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

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

#### Implementation of

[`IQuickReplyAction`](/proto-reference/SyncActionValue/interfaces/IQuickReplyAction).[`count`](/proto-reference/SyncActionValue/interfaces/IQuickReplyAction#count)

***

### deleted?

> `optional` **deleted**: `null` | `boolean`

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

#### Implementation of

[`IQuickReplyAction`](/proto-reference/SyncActionValue/interfaces/IQuickReplyAction).[`deleted`](/proto-reference/SyncActionValue/interfaces/IQuickReplyAction#deleted)

***

### keywords

> **keywords**: `string`\[]

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

#### Implementation of

[`IQuickReplyAction`](/proto-reference/SyncActionValue/interfaces/IQuickReplyAction).[`keywords`](/proto-reference/SyncActionValue/interfaces/IQuickReplyAction#keywords)

***

### message?

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

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

#### Implementation of

[`IQuickReplyAction`](/proto-reference/SyncActionValue/interfaces/IQuickReplyAction).[`message`](/proto-reference/SyncActionValue/interfaces/IQuickReplyAction#message)

***

### shortcut?

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

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

#### Implementation of

[`IQuickReplyAction`](/proto-reference/SyncActionValue/interfaces/IQuickReplyAction).[`shortcut`](/proto-reference/SyncActionValue/interfaces/IQuickReplyAction#shortcut)

## Methods

### create()

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

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

#### Parameters

##### properties?

[`IQuickReplyAction`](/proto-reference/SyncActionValue/interfaces/IQuickReplyAction)

#### Returns

[`QuickReplyAction`](/proto-reference/SyncActionValue/classes/QuickReplyAction)

***

### decode()

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

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

#### Parameters

##### r

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

##### l?

`number`

#### Returns

[`QuickReplyAction`](/proto-reference/SyncActionValue/classes/QuickReplyAction)

***

### encode()

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

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

#### Parameters

##### m

[`IQuickReplyAction`](/proto-reference/SyncActionValue/interfaces/IQuickReplyAction)

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

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

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

#### Parameters

##### d

#### Returns

[`QuickReplyAction`](/proto-reference/SyncActionValue/classes/QuickReplyAction)

***

### getTypeUrl()

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

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

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

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

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

#### Returns

`object`

***

### toObject()

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

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

#### Parameters

##### m

[`QuickReplyAction`](/proto-reference/SyncActionValue/classes/QuickReplyAction)

##### o?

`IConversionOptions`

#### Returns

`object`
