Class: MsgOpaqueData
Defined in: WAProto/index.d.ts:8318
Implements
Constructors
new MsgOpaqueData()
new MsgOpaqueData(
p
?):MsgOpaqueData
Defined in: WAProto/index.d.ts:8319
Parameters
p?
Returns
Properties
body?
optional
body:null
|string
Defined in: WAProto/index.d.ts:8320
Implementation of
botMessageSecret?
optional
botMessageSecret:null
|Uint8Array
<ArrayBufferLike
>
Defined in: WAProto/index.d.ts:8347
Implementation of
IMsgOpaqueData
.botMessageSecret
caption?
optional
caption:null
|string
Defined in: WAProto/index.d.ts:8321
Implementation of
clientUrl?
optional
clientUrl:null
|string
Defined in: WAProto/index.d.ts:8331
Implementation of
description?
optional
description:null
|string
Defined in: WAProto/index.d.ts:8329
Implementation of
encIv?
optional
encIv:null
|Uint8Array
<ArrayBufferLike
>
Defined in: WAProto/index.d.ts:8350
Implementation of
encPayload?
optional
encPayload:null
|Uint8Array
<ArrayBufferLike
>
Defined in: WAProto/index.d.ts:8349
Implementation of
encPollVote?
optional
encPollVote:null
|IPollEncValue
Defined in: WAProto/index.d.ts:8340
Implementation of
encReactionEncIv?
optional
encReactionEncIv:null
|Uint8Array
<ArrayBufferLike
>
Defined in: WAProto/index.d.ts:8346
Implementation of
IMsgOpaqueData
.encReactionEncIv
encReactionEncPayload?
optional
encReactionEncPayload:null
|Uint8Array
<ArrayBufferLike
>
Defined in: WAProto/index.d.ts:8345
Implementation of
IMsgOpaqueData
.encReactionEncPayload
encReactionTargetMessageKey?
optional
encReactionTargetMessageKey:null
|string
Defined in: WAProto/index.d.ts:8344
Implementation of
IMsgOpaqueData
.encReactionTargetMessageKey
eventDescription?
optional
eventDescription:null
|string
Defined in: WAProto/index.d.ts:8353
Implementation of
IMsgOpaqueData
.eventDescription
eventEndTime?
optional
eventEndTime:null
|number
|Long
Defined in: WAProto/index.d.ts:8357
Implementation of
eventJoinLink?
optional
eventJoinLink:null
|string
Defined in: WAProto/index.d.ts:8354
Implementation of
eventLocation?
optional
eventLocation:null
|IEventLocation
Defined in: WAProto/index.d.ts:8356
Implementation of
eventName?
optional
eventName:null
|string
Defined in: WAProto/index.d.ts:8351
Implementation of
eventStartTime?
optional
eventStartTime:null
|number
|Long
Defined in: WAProto/index.d.ts:8355
Implementation of
futureproofBuffer?
optional
futureproofBuffer:null
|Uint8Array
<ArrayBufferLike
>
Defined in: WAProto/index.d.ts:8330
Implementation of
IMsgOpaqueData
.futureproofBuffer
isEventCanceled?
optional
isEventCanceled:null
|boolean
Defined in: WAProto/index.d.ts:8352
Implementation of
IMsgOpaqueData
.isEventCanceled
isLive?
optional
isLive:null
|boolean
Defined in: WAProto/index.d.ts:8323
Implementation of
isSentCagPollCreation?
optional
isSentCagPollCreation:null
|boolean
Defined in: WAProto/index.d.ts:8341
Implementation of
IMsgOpaqueData
.isSentCagPollCreation
lat?
optional
lat:null
|number
Defined in: WAProto/index.d.ts:8324
Implementation of
lng?
optional
lng:null
|number
Defined in: WAProto/index.d.ts:8322
Implementation of
loc?
optional
loc:null
|string
Defined in: WAProto/index.d.ts:8332
Implementation of
matchedText?
optional
matchedText:null
|string
Defined in: WAProto/index.d.ts:8327
Implementation of
messageSecret?
optional
messageSecret:null
|Uint8Array
<ArrayBufferLike
>
Defined in: WAProto/index.d.ts:8336
Implementation of
originalSelfAuthor?
optional
originalSelfAuthor:null
|string
Defined in: WAProto/index.d.ts:8337
Implementation of
IMsgOpaqueData
.originalSelfAuthor
paymentAmount1000?
optional
paymentAmount1000:null
|number
Defined in: WAProto/index.d.ts:8325
Implementation of
IMsgOpaqueData
.paymentAmount1000
paymentNoteMsgBody?
optional
paymentNoteMsgBody:null
|string
Defined in: WAProto/index.d.ts:8326
Implementation of
IMsgOpaqueData
.paymentNoteMsgBody
plainProtobufBytes?
optional
plainProtobufBytes:null
|Uint8Array
<ArrayBufferLike
>
Defined in: WAProto/index.d.ts:8358
Implementation of
IMsgOpaqueData
.plainProtobufBytes
pollContentType?
optional
pollContentType:null
|PollContentType
Defined in: WAProto/index.d.ts:8342
Implementation of
IMsgOpaqueData
.pollContentType
pollName?
optional
pollName:null
|string
Defined in: WAProto/index.d.ts:8333
Implementation of
pollOptions
pollOptions:
IPollOption
[]
Defined in: WAProto/index.d.ts:8334
Implementation of
pollSelectableOptionsCount?
optional
pollSelectableOptionsCount:null
|number
Defined in: WAProto/index.d.ts:8335
Implementation of
IMsgOpaqueData
.pollSelectableOptionsCount
pollUpdateParentKey?
optional
pollUpdateParentKey:null
|string
Defined in: WAProto/index.d.ts:8339
Implementation of
IMsgOpaqueData
.pollUpdateParentKey
pollVotesSnapshot?
optional
pollVotesSnapshot:null
|IPollVotesSnapshot
Defined in: WAProto/index.d.ts:8343
Implementation of
IMsgOpaqueData
.pollVotesSnapshot
senderTimestampMs?
optional
senderTimestampMs:null
|number
|Long
Defined in: WAProto/index.d.ts:8338
Implementation of
IMsgOpaqueData
.senderTimestampMs
targetMessageKey?
optional
targetMessageKey:null
|string
Defined in: WAProto/index.d.ts:8348
Implementation of
IMsgOpaqueData
.targetMessageKey
title?
optional
title:null
|string
Defined in: WAProto/index.d.ts:8328
Implementation of
Methods
toJSON()
toJSON():
object
Defined in: WAProto/index.d.ts:8364
Returns
object
create()
static
create(properties
?):MsgOpaqueData
Defined in: WAProto/index.d.ts:8359
Parameters
properties?
Returns
decode()
static
decode(r
,l
?):MsgOpaqueData
Defined in: WAProto/index.d.ts:8361
Parameters
r
Uint8Array
<ArrayBufferLike
> | Reader
l?
number
Returns
encode()
static
encode(m
,w
?):Writer
Defined in: WAProto/index.d.ts:8360
Parameters
m
w?
Writer
Returns
Writer
fromObject()
static
fromObject(d
):MsgOpaqueData
Defined in: WAProto/index.d.ts:8362
Parameters
d
Returns
getTypeUrl()
static
getTypeUrl(typeUrlPrefix
?):string
Defined in: WAProto/index.d.ts:8365
Parameters
typeUrlPrefix?
string
Returns
string
toObject()
static
toObject(m
,o
?):object
Defined in: WAProto/index.d.ts:8363
Parameters
m
o?
IConversionOptions
Returns
object