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

# NuxAction

> Protobuf class NuxAction generated from WAProto.

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

## Implements

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

## Constructors

### new NuxAction()

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

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

#### Parameters

##### p?

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

#### Returns

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

## Properties

### acknowledged?

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

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

#### Implementation of

[`INuxAction`](/proto-reference/SyncActionValue/interfaces/INuxAction).[`acknowledged`](/proto-reference/SyncActionValue/interfaces/INuxAction#acknowledged)

## Methods

### create()

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

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

#### Parameters

##### properties?

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

#### Returns

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

***

### decode()

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

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

#### Parameters

##### r

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

##### l?

`number`

#### Returns

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

***

### encode()

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

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

#### Parameters

##### m

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

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

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

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

#### Parameters

##### d

#### Returns

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

***

### getTypeUrl()

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

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

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

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

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

#### Returns

`object`

***

### toObject()

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

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

#### Parameters

##### m

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

##### o?

`IConversionOptions`

#### Returns

`object`
