Class: HistorySyncNotification
Defined in: WAProto/index.d.ts:6592
Implements
Constructors
new HistorySyncNotification()
new HistorySyncNotification(
p?):HistorySyncNotification
Defined in: WAProto/index.d.ts:6593
Parameters
p?
Returns
Properties
chunkOrder?
optionalchunkOrder:null|number
Defined in: WAProto/index.d.ts:6600
Implementation of
IHistorySyncNotification.chunkOrder
directPath?
optionaldirectPath:null|string
Defined in: WAProto/index.d.ts:6598
Implementation of
IHistorySyncNotification.directPath
encHandle?
optionalencHandle:null|string
Defined in: WAProto/index.d.ts:6607
Implementation of
IHistorySyncNotification.encHandle
fileEncSha256?
optionalfileEncSha256:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:6597
Implementation of
IHistorySyncNotification.fileEncSha256
fileLength?
optionalfileLength:null|number|Long
Defined in: WAProto/index.d.ts:6595
Implementation of
IHistorySyncNotification.fileLength
fileSha256?
optionalfileSha256:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:6594
Implementation of
IHistorySyncNotification.fileSha256
fullHistorySyncOnDemandRequestMetadata?
optionalfullHistorySyncOnDemandRequestMetadata:null|IFullHistorySyncOnDemandRequestMetadata
Defined in: WAProto/index.d.ts:6606
Implementation of
IHistorySyncNotification.fullHistorySyncOnDemandRequestMetadata
initialHistBootstrapInlinePayload?
optionalinitialHistBootstrapInlinePayload:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:6604
Implementation of
IHistorySyncNotification.initialHistBootstrapInlinePayload
mediaKey?
optionalmediaKey:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:6596
Implementation of
IHistorySyncNotification.mediaKey
messageAccessStatus?
optionalmessageAccessStatus:null|IHistorySyncMessageAccessStatus
Defined in: WAProto/index.d.ts:6608
Implementation of
IHistorySyncNotification.messageAccessStatus
oldestMsgInChunkTimestampSec?
optionaloldestMsgInChunkTimestampSec:null|number|Long
Defined in: WAProto/index.d.ts:6603
Implementation of
IHistorySyncNotification.oldestMsgInChunkTimestampSec
originalMessageId?
optionaloriginalMessageId:null|string
Defined in: WAProto/index.d.ts:6601
Implementation of
IHistorySyncNotification.originalMessageId
peerDataRequestSessionId?
optionalpeerDataRequestSessionId:null|string
Defined in: WAProto/index.d.ts:6605
Implementation of
IHistorySyncNotification.peerDataRequestSessionId
progress?
optionalprogress:null|number
Defined in: WAProto/index.d.ts:6602
Implementation of
IHistorySyncNotification.progress
syncType?
optionalsyncType:null|HistorySyncType
Defined in: WAProto/index.d.ts:6599
Implementation of
IHistorySyncNotification.syncType
Methods
toJSON()
toJSON():
object
Defined in: WAProto/index.d.ts:6614
Returns
object
create()
staticcreate(properties?):HistorySyncNotification
Defined in: WAProto/index.d.ts:6609
Parameters
properties?
Returns
decode()
staticdecode(r,l?):HistorySyncNotification
Defined in: WAProto/index.d.ts:6611
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
encode()
staticencode(m,w?):Writer
Defined in: WAProto/index.d.ts:6610
Parameters
m
w?
Writer
Returns
Writer
fromObject()
staticfromObject(d):HistorySyncNotification
Defined in: WAProto/index.d.ts:6612
Parameters
d
Returns
getTypeUrl()
staticgetTypeUrl(typeUrlPrefix?):string
Defined in: WAProto/index.d.ts:6615
Parameters
typeUrlPrefix?
string
Returns
string
toObject()
statictoObject(m,o?):object
Defined in: WAProto/index.d.ts:6613
Parameters
m
o?
IConversionOptions
Returns
object