Skip to main content

Class: CallLogRecord

Defined in: WAProto/index.d.ts:1705

Implements

Constructors

new CallLogRecord()

new CallLogRecord(p?): CallLogRecord

Defined in: WAProto/index.d.ts:1706

Parameters

p?

ICallLogRecord

Returns

CallLogRecord

Properties

callCreatorJid?

optional callCreatorJid: null | string

Defined in: WAProto/index.d.ts:1718

Implementation of

ICallLogRecord.callCreatorJid


callId?

optional callId: null | string

Defined in: WAProto/index.d.ts:1717

Implementation of

ICallLogRecord.callId


callLinkToken?

optional callLinkToken: null | string

Defined in: WAProto/index.d.ts:1715

Implementation of

ICallLogRecord.callLinkToken


callResult?

optional callResult: null | CallResult

Defined in: WAProto/index.d.ts:1707

Implementation of

ICallLogRecord.callResult


callType?

optional callType: null | CallType

Defined in: WAProto/index.d.ts:1721

Implementation of

ICallLogRecord.callType


duration?

optional duration: null | number | Long

Defined in: WAProto/index.d.ts:1710

Implementation of

ICallLogRecord.duration


groupJid?

optional groupJid: null | string

Defined in: WAProto/index.d.ts:1719

Implementation of

ICallLogRecord.groupJid


optional isCallLink: null | boolean

Defined in: WAProto/index.d.ts:1714

Implementation of

ICallLogRecord.isCallLink


isDndMode?

optional isDndMode: null | boolean

Defined in: WAProto/index.d.ts:1708

Implementation of

ICallLogRecord.isDndMode


isIncoming?

optional isIncoming: null | boolean

Defined in: WAProto/index.d.ts:1712

Implementation of

ICallLogRecord.isIncoming


isVideo?

optional isVideo: null | boolean

Defined in: WAProto/index.d.ts:1713

Implementation of

ICallLogRecord.isVideo


participants

participants: IParticipantInfo[]

Defined in: WAProto/index.d.ts:1720

Implementation of

ICallLogRecord.participants


scheduledCallId?

optional scheduledCallId: null | string

Defined in: WAProto/index.d.ts:1716

Implementation of

ICallLogRecord.scheduledCallId


silenceReason?

optional silenceReason: null | SilenceReason

Defined in: WAProto/index.d.ts:1709

Implementation of

ICallLogRecord.silenceReason


startTime?

optional startTime: null | number | Long

Defined in: WAProto/index.d.ts:1711

Implementation of

ICallLogRecord.startTime

Methods

toJSON()

toJSON(): object

Defined in: WAProto/index.d.ts:1727

Returns

object


create()

static create(properties?): CallLogRecord

Defined in: WAProto/index.d.ts:1722

Parameters

properties?

ICallLogRecord

Returns

CallLogRecord


decode()

static decode(r, l?): CallLogRecord

Defined in: WAProto/index.d.ts:1724

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

CallLogRecord


encode()

static encode(m, w?): Writer

Defined in: WAProto/index.d.ts:1723

Parameters

m

ICallLogRecord

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): CallLogRecord

Defined in: WAProto/index.d.ts:1725

Parameters

d

Returns

CallLogRecord


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

Defined in: WAProto/index.d.ts:1728

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

Defined in: WAProto/index.d.ts:1726

Parameters

m

CallLogRecord

o?

IConversionOptions

Returns

object