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

# LabelAssociationAction

> Protobuf class LabelAssociationAction generated from WAProto.

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

## Implements

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

## Constructors

### new LabelAssociationAction()

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

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

#### Parameters

##### p?

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

#### Returns

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

## Properties

### labeled?

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

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

#### Implementation of

[`ILabelAssociationAction`](/proto-reference/SyncActionValue/interfaces/ILabelAssociationAction).[`labeled`](/proto-reference/SyncActionValue/interfaces/ILabelAssociationAction#labeled)

## Methods

### create()

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

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

#### Parameters

##### properties?

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

#### Returns

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

***

### decode()

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

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

#### Parameters

##### r

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

##### l?

`number`

#### Returns

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

***

### encode()

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

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

#### Parameters

##### m

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

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

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

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

#### Parameters

##### d

#### Returns

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

***

### getTypeUrl()

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

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

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

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

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

#### Returns

`object`

***

### toObject()

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

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

#### Parameters

##### m

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

##### o?

`IConversionOptions`

#### Returns

`object`
