Class: ProtocolMessage
Defined in: WAProto/index.d.ts:8583
Implements
Constructors
new ProtocolMessage()
new ProtocolMessage(
p?):ProtocolMessage
Defined in: WAProto/index.d.ts:8584
Parameters
p?
Returns
Properties
aiPsiMetadata?
optionalaiPsiMetadata:null|Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:8606
Implementation of
IProtocolMessage.aiPsiMetadata
aiQueryFanout?
optionalaiQueryFanout:null|IAIQueryFanout
Defined in: WAProto/index.d.ts:8607
Implementation of
IProtocolMessage.aiQueryFanout
appStateFatalExceptionNotification?
optionalappStateFatalExceptionNotification:null|IAppStateFatalExceptionNotification
Defined in: WAProto/index.d.ts:8593
Implementation of
IProtocolMessage.appStateFatalExceptionNotification
appStateSyncKeyRequest?
optionalappStateSyncKeyRequest:null|IAppStateSyncKeyRequest
Defined in: WAProto/index.d.ts:8591
Implementation of
IProtocolMessage.appStateSyncKeyRequest
appStateSyncKeyShare?
optionalappStateSyncKeyShare:null|IAppStateSyncKeyShare
Defined in: WAProto/index.d.ts:8590
Implementation of
IProtocolMessage.appStateSyncKeyShare
botFeedbackMessage?
optionalbotFeedbackMessage:null|IBotFeedbackMessage
Defined in: WAProto/index.d.ts:8599
Implementation of
IProtocolMessage.botFeedbackMessage
cloudApiThreadControlNotification?
optionalcloudApiThreadControlNotification:null|ICloudAPIThreadControlNotification
Defined in: WAProto/index.d.ts:8603
Implementation of
IProtocolMessage.cloudApiThreadControlNotification
disappearingMode?
optionaldisappearingMode:null|IDisappearingMode
Defined in: WAProto/index.d.ts:8594
Implementation of
IProtocolMessage.disappearingMode
editedMessage?
optionaleditedMessage:null|IMessage
Defined in: WAProto/index.d.ts:8595
Implementation of
IProtocolMessage.editedMessage
ephemeralExpiration?
optionalephemeralExpiration:null|number
Defined in: WAProto/index.d.ts:8587
Implementation of
IProtocolMessage.ephemeralExpiration
ephemeralSettingTimestamp?
optionalephemeralSettingTimestamp:null|number|Long
Defined in: WAProto/index.d.ts:8588
Implementation of
IProtocolMessage.ephemeralSettingTimestamp
historySyncNotification?
optionalhistorySyncNotification:null|IHistorySyncNotification
Defined in: WAProto/index.d.ts:8589
Implementation of
IProtocolMessage.historySyncNotification
initialSecurityNotificationSettingSync?
optionalinitialSecurityNotificationSettingSync:null|IInitialSecurityNotificationSettingSync
Defined in: WAProto/index.d.ts:8592
Implementation of
IProtocolMessage.initialSecurityNotificationSettingSync
invokerJid?
optionalinvokerJid:null|string
Defined in: WAProto/index.d.ts:8600
Implementation of
key?
optionalkey:null|IMessageKey
Defined in: WAProto/index.d.ts:8585
Implementation of
lidMigrationMappingSyncMessage?
optionallidMigrationMappingSyncMessage:null|ILIDMigrationMappingSyncMessage
Defined in: WAProto/index.d.ts:8604
Implementation of
IProtocolMessage.lidMigrationMappingSyncMessage
limitSharing?
optionallimitSharing:null|ILimitSharing
Defined in: WAProto/index.d.ts:8605
Implementation of
mediaNotifyMessage?
optionalmediaNotifyMessage:null|IMediaNotifyMessage
Defined in: WAProto/index.d.ts:8602
Implementation of
IProtocolMessage.mediaNotifyMessage
memberLabel?
optionalmemberLabel:null|IMemberLabel
Defined in: WAProto/index.d.ts:8608
Implementation of
peerDataOperationRequestMessage?
optionalpeerDataOperationRequestMessage:null|IPeerDataOperationRequestMessage
Defined in: WAProto/index.d.ts:8597
Implementation of
IProtocolMessage.peerDataOperationRequestMessage
peerDataOperationRequestResponseMessage?
optionalpeerDataOperationRequestResponseMessage:null|IPeerDataOperationRequestResponseMessage
Defined in: WAProto/index.d.ts:8598
Implementation of
IProtocolMessage.peerDataOperationRequestResponseMessage
requestWelcomeMessageMetadata?
optionalrequestWelcomeMessageMetadata:null|IRequestWelcomeMessageMetadata
Defined in: WAProto/index.d.ts:8601
Implementation of
IProtocolMessage.requestWelcomeMessageMetadata
timestampMs?
optionaltimestampMs:null|number|Long
Defined in: WAProto/index.d.ts:8596
Implementation of
type?
optionaltype:null|Type
Defined in: WAProto/index.d.ts:8586
Implementation of
Methods
toJSON()
toJSON():
object
Defined in: WAProto/index.d.ts:8614
Returns
object
create()
staticcreate(properties?):ProtocolMessage
Defined in: WAProto/index.d.ts:8609
Parameters
properties?
Returns
decode()
staticdecode(r,l?):ProtocolMessage
Defined in: WAProto/index.d.ts:8611
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
encode()
staticencode(m,w?):Writer
Defined in: WAProto/index.d.ts:8610
Parameters
m
w?
Writer
Returns
Writer
fromObject()
staticfromObject(d):ProtocolMessage
Defined in: WAProto/index.d.ts:8612
Parameters
d
Returns
getTypeUrl()
staticgetTypeUrl(typeUrlPrefix?):string
Defined in: WAProto/index.d.ts:8615
Parameters
typeUrlPrefix?
string
Returns
string
toObject()
statictoObject(m,o?):object
Defined in: WAProto/index.d.ts:8613
Parameters
m
o?
IConversionOptions
Returns
object