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

# ChatAssignmentOpenedStatusAction

> Protobuf class ChatAssignmentOpenedStatusAction generated from WAProto.

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

## Implements

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

## Constructors

### new ChatAssignmentOpenedStatusAction()

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

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

#### Parameters

##### p?

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

#### Returns

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

## Properties

### chatOpened?

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

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

#### Implementation of

[`IChatAssignmentOpenedStatusAction`](/proto-reference/SyncActionValue/interfaces/IChatAssignmentOpenedStatusAction).[`chatOpened`](/proto-reference/SyncActionValue/interfaces/IChatAssignmentOpenedStatusAction#chatopened)

## Methods

### create()

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

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

#### Parameters

##### properties?

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

#### Returns

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

***

### decode()

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

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

#### Parameters

##### r

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

##### l?

`number`

#### Returns

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

***

### encode()

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

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

#### Parameters

##### m

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

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

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

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

#### Parameters

##### d

#### Returns

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

***

### getTypeUrl()

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

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

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

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

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

#### Returns

`object`

***

### toObject()

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

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

#### Parameters

##### m

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

##### o?

`IConversionOptions`

#### Returns

`object`
