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

# ICallLogMessage

> Protobuf interface ICallLogMessage generated from WAProto.

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

## Properties

### callOutcome?

> `optional` **callOutcome**: `null` | [`CallOutcome`](/proto-reference/Message/CallLogMessage/enumerations/CallOutcome)

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

***

### callType?

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

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

***

### durationSecs?

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

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

***

### isVideo?

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

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

***

### participants?

> `optional` **participants**: `null` | [`ICallParticipant`](/proto-reference/Message/CallLogMessage/interfaces/ICallParticipant)\[]

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