Class: CallLogRecord
Defined in: WAProto/index.d.ts:2317
Implements
Constructors
new CallLogRecord()
new CallLogRecord(
p?):CallLogRecord
Defined in: WAProto/index.d.ts:2318
Parameters
p?
Returns
Properties
callCreatorJid?
optionalcallCreatorJid:null|string
Defined in: WAProto/index.d.ts:2330
Implementation of
callId?
optionalcallId:null|string
Defined in: WAProto/index.d.ts:2329
Implementation of
callLinkToken?
optionalcallLinkToken:null|string
Defined in: WAProto/index.d.ts:2327
Implementation of
callResult?
optionalcallResult:null|CallResult
Defined in: WAProto/index.d.ts:2319
Implementation of
callType?
optionalcallType:null|CallType
Defined in: WAProto/index.d.ts:2333
Implementation of
duration?
optionalduration:null|number|Long
Defined in: WAProto/index.d.ts:2322
Implementation of
groupJid?
optionalgroupJid:null|string
Defined in: WAProto/index.d.ts:2331
Implementation of
isCallLink?
optionalisCallLink:null|boolean
Defined in: WAProto/index.d.ts:2326
Implementation of
isDndMode?
optionalisDndMode:null|boolean
Defined in: WAProto/index.d.ts:2320
Implementation of
isIncoming?
optionalisIncoming:null|boolean
Defined in: WAProto/index.d.ts:2324
Implementation of
isVideo?
optionalisVideo:null|boolean
Defined in: WAProto/index.d.ts:2325
Implementation of
participants
participants:
IParticipantInfo[]
Defined in: WAProto/index.d.ts:2332
Implementation of
scheduledCallId?
optionalscheduledCallId:null|string
Defined in: WAProto/index.d.ts:2328
Implementation of
ICallLogRecord.scheduledCallId
silenceReason?
optionalsilenceReason:null|SilenceReason
Defined in: WAProto/index.d.ts:2321
Implementation of
startTime?
optionalstartTime:null|number|Long
Defined in: WAProto/index.d.ts:2323
Implementation of
Methods
toJSON()
toJSON():
object
Defined in: WAProto/index.d.ts:2339
Returns
object
create()
staticcreate(properties?):CallLogRecord
Defined in: WAProto/index.d.ts:2334
Parameters
properties?
Returns
decode()
staticdecode(r,l?):CallLogRecord
Defined in: WAProto/index.d.ts:2336
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
encode()
staticencode(m,w?):Writer
Defined in: WAProto/index.d.ts:2335
Parameters
m
w?
Writer
Returns
Writer
fromObject()
staticfromObject(d):CallLogRecord
Defined in: WAProto/index.d.ts:2337
Parameters
d
Returns
getTypeUrl()
staticgetTypeUrl(typeUrlPrefix?):string
Defined in: WAProto/index.d.ts:2340
Parameters
typeUrlPrefix?
string
Returns
string
toObject()
statictoObject(m,o?):object
Defined in: WAProto/index.d.ts:2338
Parameters
m
o?
IConversionOptions
Returns
object