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

# CloudAPIThreadControlNotification

> Protobuf class CloudAPIThreadControlNotification generated from WAProto.

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

## Implements

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

## Constructors

### new CloudAPIThreadControlNotification()

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

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

#### Parameters

##### p?

[`ICloudAPIThreadControlNotification`](/proto-reference/Message/interfaces/ICloudAPIThreadControlNotification)

#### Returns

[`CloudAPIThreadControlNotification`](/proto-reference/Message/classes/CloudAPIThreadControlNotification)

## Properties

### consumerLid?

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

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

#### Implementation of

[`ICloudAPIThreadControlNotification`](/proto-reference/Message/interfaces/ICloudAPIThreadControlNotification).[`consumerLid`](/proto-reference/Message/interfaces/ICloudAPIThreadControlNotification#consumerlid)

***

### consumerPhoneNumber?

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

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

#### Implementation of

[`ICloudAPIThreadControlNotification`](/proto-reference/Message/interfaces/ICloudAPIThreadControlNotification).[`consumerPhoneNumber`](/proto-reference/Message/interfaces/ICloudAPIThreadControlNotification#consumerphonenumber)

***

### notificationContent?

> `optional` **notificationContent**: `null` | [`ICloudAPIThreadControlNotificationContent`](/proto-reference/Message/CloudAPIThreadControlNotification/interfaces/ICloudAPIThreadControlNotificationContent)

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

#### Implementation of

[`ICloudAPIThreadControlNotification`](/proto-reference/Message/interfaces/ICloudAPIThreadControlNotification).[`notificationContent`](/proto-reference/Message/interfaces/ICloudAPIThreadControlNotification#notificationcontent)

***

### senderNotificationTimestampMs?

> `optional` **senderNotificationTimestampMs**: `null` | `number` | `Long`

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

#### Implementation of

[`ICloudAPIThreadControlNotification`](/proto-reference/Message/interfaces/ICloudAPIThreadControlNotification).[`senderNotificationTimestampMs`](/proto-reference/Message/interfaces/ICloudAPIThreadControlNotification#sendernotificationtimestampms)

***

### shouldSuppressNotification?

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

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

#### Implementation of

[`ICloudAPIThreadControlNotification`](/proto-reference/Message/interfaces/ICloudAPIThreadControlNotification).[`shouldSuppressNotification`](/proto-reference/Message/interfaces/ICloudAPIThreadControlNotification#shouldsuppressnotification)

***

### status?

> `optional` **status**: `null` | [`CloudAPIThreadControl`](/proto-reference/Message/CloudAPIThreadControlNotification/enumerations/CloudAPIThreadControl)

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

#### Implementation of

[`ICloudAPIThreadControlNotification`](/proto-reference/Message/interfaces/ICloudAPIThreadControlNotification).[`status`](/proto-reference/Message/interfaces/ICloudAPIThreadControlNotification#status)

## Methods

### create()

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

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

#### Parameters

##### properties?

[`ICloudAPIThreadControlNotification`](/proto-reference/Message/interfaces/ICloudAPIThreadControlNotification)

#### Returns

[`CloudAPIThreadControlNotification`](/proto-reference/Message/classes/CloudAPIThreadControlNotification)

***

### decode()

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

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

#### Parameters

##### r

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

##### l?

`number`

#### Returns

[`CloudAPIThreadControlNotification`](/proto-reference/Message/classes/CloudAPIThreadControlNotification)

***

### encode()

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

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

#### Parameters

##### m

[`ICloudAPIThreadControlNotification`](/proto-reference/Message/interfaces/ICloudAPIThreadControlNotification)

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

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

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

#### Parameters

##### d

#### Returns

[`CloudAPIThreadControlNotification`](/proto-reference/Message/classes/CloudAPIThreadControlNotification)

***

### getTypeUrl()

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

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

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

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

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

#### Returns

`object`

***

### toObject()

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

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

#### Parameters

##### m

[`CloudAPIThreadControlNotification`](/proto-reference/Message/classes/CloudAPIThreadControlNotification)

##### o?

`IConversionOptions`

#### Returns

`object`
