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?
Returns
Properties
callCreatorJid?
optional
callCreatorJid:null
|string
Defined in: WAProto/index.d.ts:1718
Implementation of
callId?
optional
callId:null
|string
Defined in: WAProto/index.d.ts:1717
Implementation of
callLinkToken?
optional
callLinkToken:null
|string
Defined in: WAProto/index.d.ts:1715
Implementation of
callResult?
optional
callResult:null
|CallResult
Defined in: WAProto/index.d.ts:1707
Implementation of
callType?
optional
callType:null
|CallType
Defined in: WAProto/index.d.ts:1721
Implementation of
duration?
optional
duration:null
|number
|Long
Defined in: WAProto/index.d.ts:1710
Implementation of
groupJid?
optional
groupJid:null
|string
Defined in: WAProto/index.d.ts:1719
Implementation of
isCallLink?
optional
isCallLink:null
|boolean
Defined in: WAProto/index.d.ts:1714
Implementation of
isDndMode?
optional
isDndMode:null
|boolean
Defined in: WAProto/index.d.ts:1708
Implementation of
isIncoming?
optional
isIncoming:null
|boolean
Defined in: WAProto/index.d.ts:1712
Implementation of
isVideo?
optional
isVideo:null
|boolean
Defined in: WAProto/index.d.ts:1713
Implementation of
participants
participants:
IParticipantInfo
[]
Defined in: WAProto/index.d.ts:1720
Implementation of
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
startTime?
optional
startTime:null
|number
|Long
Defined in: WAProto/index.d.ts:1711
Implementation of
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?
Returns
decode()
static
decode(r
,l
?):CallLogRecord
Defined in: WAProto/index.d.ts:1724
Parameters
r
Uint8Array
<ArrayBufferLike
> | Reader
l?
number
Returns
encode()
static
encode(m
,w
?):Writer
Defined in: WAProto/index.d.ts:1723
Parameters
m
w?
Writer
Returns
Writer
fromObject()
static
fromObject(d
):CallLogRecord
Defined in: WAProto/index.d.ts:1725
Parameters
d
Returns
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
o?
IConversionOptions
Returns
object