CallLogRecord
amiudmodz / proto / CallLogRecord
Class: CallLogRecord
Defined in: WAProto/index.d.ts:2580
Implements
Constructors
new CallLogRecord()
new CallLogRecord(
p?):CallLogRecord
Defined in: WAProto/index.d.ts:2581
Parameters
p?
Returns
Properties
callCreatorJid?
optionalcallCreatorJid:null|string
Defined in: WAProto/index.d.ts:2593
Implementation of
callId?
optionalcallId:null|string
Defined in: WAProto/index.d.ts:2592
Implementation of
callLinkToken?
optionalcallLinkToken:null|string
Defined in: WAProto/index.d.ts:2590
Implementation of
callResult?
optionalcallResult:null|CallResult
Defined in: WAProto/index.d.ts:2582
Implementation of
callType?
optionalcallType:null|CallType
Defined in: WAProto/index.d.ts:2596
Implementation of
duration?
optionalduration:null|number|Long
Defined in: WAProto/index.d.ts:2585
Implementation of
groupJid?
optionalgroupJid:null|string
Defined in: WAProto/index.d.ts:2594
Implementation of
isCallLink?
optionalisCallLink:null|boolean
Defined in: WAProto/index.d.ts:2589
Implementation of
isDndMode?
optionalisDndMode:null|boolean
Defined in: WAProto/index.d.ts:2583
Implementation of
isIncoming?
optionalisIncoming:null|boolean
Defined in: WAProto/index.d.ts:2587
Implementation of
isVideo?
optionalisVideo:null|boolean
Defined in: WAProto/index.d.ts:2588
Implementation of
participants
participants:
IParticipantInfo[]
Defined in: WAProto/index.d.ts:2595
Implementation of
scheduledCallId?
optionalscheduledCallId:null|string
Defined in: WAProto/index.d.ts:2591
Implementation of
ICallLogRecord.scheduledCallId
silenceReason?
optionalsilenceReason:null|SilenceReason
Defined in: WAProto/index.d.ts:2584
Implementation of
startTime?
optionalstartTime:null|number|Long
Defined in: WAProto/index.d.ts:2586
Implementation of
Methods
toJSON()
toJSON():
object
Defined in: WAProto/index.d.ts:2602
Returns
object
create()
staticcreate(properties?):CallLogRecord
Defined in: WAProto/index.d.ts:2597
Parameters
properties?
Returns
decode()
staticdecode(r,l?):CallLogRecord
Defined in: WAProto/index.d.ts:2599
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
encode()
staticencode(m,w?):Writer
Defined in: WAProto/index.d.ts:2598
Parameters
m
w?
Writer
Returns
Writer
fromObject()
staticfromObject(d):CallLogRecord
Defined in: WAProto/index.d.ts:2600
Parameters
d
Returns
getTypeUrl()
staticgetTypeUrl(typeUrlPrefix?):string
Defined in: WAProto/index.d.ts:2603
Parameters
typeUrlPrefix?
string
Returns
string
toObject()
statictoObject(m,o?):object
Defined in: WAProto/index.d.ts:2601
Parameters
m
o?
IConversionOptions
Returns
object