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

# DeleteIndividualCallLogAction

> Protobuf class DeleteIndividualCallLogAction generated from WAProto.

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

## Implements

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

## Constructors

### new DeleteIndividualCallLogAction()

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

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

#### Parameters

##### p?

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

#### Returns

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

## Properties

### isIncoming?

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

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

#### Implementation of

[`IDeleteIndividualCallLogAction`](/proto-reference/SyncActionValue/interfaces/IDeleteIndividualCallLogAction).[`isIncoming`](/proto-reference/SyncActionValue/interfaces/IDeleteIndividualCallLogAction#isincoming)

***

### peerJid?

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

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

#### Implementation of

[`IDeleteIndividualCallLogAction`](/proto-reference/SyncActionValue/interfaces/IDeleteIndividualCallLogAction).[`peerJid`](/proto-reference/SyncActionValue/interfaces/IDeleteIndividualCallLogAction#peerjid)

## Methods

### create()

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

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

#### Parameters

##### properties?

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

#### Returns

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

***

### decode()

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

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

#### Parameters

##### r

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

##### l?

`number`

#### Returns

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

***

### encode()

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

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

#### Parameters

##### m

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

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

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

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

#### Parameters

##### d

#### Returns

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

***

### getTypeUrl()

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

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

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

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

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

#### Returns

`object`

***

### toObject()

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

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

#### Parameters

##### m

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

##### o?

`IConversionOptions`

#### Returns

`object`
