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

# ICallLogRecord

> Protobuf interface ICallLogRecord generated from WAProto.

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

## Properties

### callCreatorJid?

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

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

***

### callId?

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

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

***

### callLinkToken?

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

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

***

### callResult?

> `optional` **callResult**: `null` | [`CallResult`](/proto-reference/CallLogRecord/enumerations/CallResult)

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

***

### callType?

> `optional` **callType**: `null` | [`CallType`](/proto-reference/CallLogRecord/enumerations/CallType)

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

***

### duration?

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

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

***

### groupJid?

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

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

***

### isCallLink?

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

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

***

### isDndMode?

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

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

***

### isIncoming?

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

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

***

### isVideo?

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

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

***

### participants?

> `optional` **participants**: `null` | [`IParticipantInfo`](/proto-reference/CallLogRecord/interfaces/IParticipantInfo)\[]

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

***

### scheduledCallId?

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

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

***

### silenceReason?

> `optional` **silenceReason**: `null` | [`SilenceReason`](/proto-reference/CallLogRecord/enumerations/SilenceReason)

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

***

### startTime?

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

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