Constructs a new CallLogRecord.
Optional
properties:
ICallLogRecord
Properties to set
Optional
callCallLogRecord callCreatorJid.
Optional
callCallLogRecord callId.
Optional
callCallLogRecord callLinkToken.
Optional
callCallLogRecord callResult.
Optional
callCallLogRecord callType.
Optional
duration
CallLogRecord duration.
Optional
groupCallLogRecord groupJid.
Optional
isCallLogRecord isCallLink.
Optional
isCallLogRecord isDndMode.
Optional
isCallLogRecord isIncoming.
Optional
isCallLogRecord isVideo.
CallLogRecord participants.
Optional
scheduledCallLogRecord scheduledCallId.
Optional
silenceCallLogRecord silenceReason.
Optional
startCallLogRecord startTime.
Static
create
Creates a new CallLogRecord instance using the specified properties.
Optional
properties:
ICallLogRecord
Properties to set
CallLogRecord instance
Static
decode
Decodes a CallLogRecord message from the specified reader or buffer.
Reader or buffer to decode from
Optional
length:
number
Message length if known beforehand
CallLogRecord
If the payload is not a reader or valid buffer
If required fields are missing
Static
decodeDecodes a CallLogRecord message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
CallLogRecord
If the payload is not a reader or valid buffer
If required fields are missing
Static
encode
Encodes the specified CallLogRecord message. Does not implicitly verify messages.
CallLogRecord message or plain object to encode
Optional
writer:
Writer
Writer to encode to
Writer
Static
encodeEncodes the specified CallLogRecord message, length delimited. Does not implicitly verify messages.
CallLogRecord message or plain object to encode
Optional
writer:
Writer
Writer to encode to
Writer
Static
fromCreates a CallLogRecord message from a plain object. Also converts values to their respective internal types.
Plain object
CallLogRecord
Static
getStatic
toCreates a plain object from a CallLogRecord message. Also converts values to other types if specified.
CallLogRecord
Optional
options:
IConversionOptions
Conversion options
Plain object
Static
verify
Generated using TypeDoc
Represents a CallLogRecord.