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