Skip to main content
Defined in: WAProto/index.d.ts:2317

Implements

Constructors

new CallLogRecord()

new CallLogRecord(p?): CallLogRecord
Defined in: WAProto/index.d.ts:2318

Parameters

p?
ICallLogRecord

Returns

CallLogRecord

Properties

callCreatorJid?

optional callCreatorJid: null | string
Defined in: WAProto/index.d.ts:2330

Implementation of

ICallLogRecord.callCreatorJid

callId?

optional callId: null | string
Defined in: WAProto/index.d.ts:2329

Implementation of

ICallLogRecord.callId

callLinkToken?

optional callLinkToken: null | string
Defined in: WAProto/index.d.ts:2327

Implementation of

ICallLogRecord.callLinkToken

callResult?

optional callResult: null | CallResult
Defined in: WAProto/index.d.ts:2319

Implementation of

ICallLogRecord.callResult

callType?

optional callType: null | CallType
Defined in: WAProto/index.d.ts:2333

Implementation of

ICallLogRecord.callType

duration?

optional duration: null | number | Long
Defined in: WAProto/index.d.ts:2322

Implementation of

ICallLogRecord.duration

groupJid?

optional groupJid: null | string
Defined in: WAProto/index.d.ts:2331

Implementation of

ICallLogRecord.groupJid
optional isCallLink: null | boolean
Defined in: WAProto/index.d.ts:2326

Implementation of

ICallLogRecord.isCallLink

isDndMode?

optional isDndMode: null | boolean
Defined in: WAProto/index.d.ts:2320

Implementation of

ICallLogRecord.isDndMode

isIncoming?

optional isIncoming: null | boolean
Defined in: WAProto/index.d.ts:2324

Implementation of

ICallLogRecord.isIncoming

isVideo?

optional isVideo: null | boolean
Defined in: WAProto/index.d.ts:2325

Implementation of

ICallLogRecord.isVideo

participants

participants: IParticipantInfo[]
Defined in: WAProto/index.d.ts:2332

Implementation of

ICallLogRecord.participants

scheduledCallId?

optional scheduledCallId: null | string
Defined in: WAProto/index.d.ts:2328

Implementation of

ICallLogRecord.scheduledCallId

silenceReason?

optional silenceReason: null | SilenceReason
Defined in: WAProto/index.d.ts:2321

Implementation of

ICallLogRecord.silenceReason

startTime?

optional startTime: null | number | Long
Defined in: WAProto/index.d.ts:2323

Implementation of

ICallLogRecord.startTime

Methods

create()

static create(properties?): CallLogRecord
Defined in: WAProto/index.d.ts:2334

Parameters

properties?
ICallLogRecord

Returns

CallLogRecord

decode()

static decode(r, l?): CallLogRecord
Defined in: WAProto/index.d.ts:2336

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

CallLogRecord

encode()

static encode(m, w?): Writer
Defined in: WAProto/index.d.ts:2335

Parameters

m
ICallLogRecord
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): CallLogRecord
Defined in: WAProto/index.d.ts:2337

Parameters

d

Returns

CallLogRecord

getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string
Defined in: WAProto/index.d.ts:2340

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

toJSON(): object
Defined in: WAProto/index.d.ts:2339

Returns

object

toObject()

static toObject(m, o?): object
Defined in: WAProto/index.d.ts:2338

Parameters

m
CallLogRecord
o?
IConversionOptions

Returns

object