Constructs a new CallLogRecord.
Optional
properties: ICallLogRecordProperties to set
CallLogRecord callCreatorJid.
CallLogRecord callId.
CallLogRecord callLinkToken.
CallLogRecord callResult.
CallLogRecord callType.
CallLogRecord duration.
CallLogRecord groupJid.
CallLogRecord isCallLink.
CallLogRecord isDndMode.
CallLogRecord isIncoming.
CallLogRecord isVideo.
CallLogRecord participants.
CallLogRecord scheduledCallId.
CallLogRecord silenceReason.
CallLogRecord startTime.
Static
createCreates a new CallLogRecord instance using the specified properties.
Optional
properties: ICallLogRecordProperties to set
CallLogRecord instance
Static
decodeDecodes a CallLogRecord message from the specified reader or buffer.
Reader or buffer to decode from
Optional
length: numberMessage 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
encodeEncodes the specified CallLogRecord message. Does not implicitly verify messages.
CallLogRecord message or plain object to encode
Optional
writer: WriterWriter 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: WriterWriter 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
toCreates a plain object from a CallLogRecord message. Also converts values to other types if specified.
CallLogRecord
Optional
options: IConversionOptionsConversion options
Plain object
Static
verifyGenerated using TypeDoc
Represents a CallLogRecord.