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

# CallLogAction

> Protobuf class CallLogAction generated from WAProto.

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

## Implements

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

## Constructors

### new CallLogAction()

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

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

#### Parameters

##### p?

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

#### Returns

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

## Properties

### callLogRecord?

> `optional` **callLogRecord**: `null` | [`ICallLogRecord`](/proto-reference/interfaces/ICallLogRecord)

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

#### Implementation of

[`ICallLogAction`](/proto-reference/SyncActionValue/interfaces/ICallLogAction).[`callLogRecord`](/proto-reference/SyncActionValue/interfaces/ICallLogAction#calllogrecord)

## Methods

### create()

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

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

#### Parameters

##### properties?

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

#### Returns

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

***

### decode()

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

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

#### Parameters

##### r

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

##### l?

`number`

#### Returns

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

***

### encode()

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

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

#### Parameters

##### m

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

##### w?

`Writer`

#### Returns

`Writer`

***

### fromObject()

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

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

#### Parameters

##### d

#### Returns

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

***

### getTypeUrl()

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

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

#### Parameters

##### typeUrlPrefix?

`string`

#### Returns

`string`

***

### toJSON()

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

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

#### Returns

`object`

***

### toObject()

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

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

#### Parameters

##### m

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

##### o?

`IConversionOptions`

#### Returns

`object`
