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