Class: BotMediaMetadata
Defined in: WAProto/index.d.ts:3974
Represents a BotMediaMetadata.
Implements
Constructors
new BotMediaMetadata()
new BotMediaMetadata(
properties
?):BotMediaMetadata
Defined in: WAProto/index.d.ts:3980
Constructs a new BotMediaMetadata.
Parameters
properties?
Properties to set
Returns
Properties
directPath?
optional
directPath:null
|string
Defined in: WAProto/index.d.ts:3992
BotMediaMetadata directPath.
Implementation of
fileEncSha256?
optional
fileEncSha256:null
|string
Defined in: WAProto/index.d.ts:3989
BotMediaMetadata fileEncSha256.
Implementation of
IBotMediaMetadata
.fileEncSha256
fileSha256?
optional
fileSha256:null
|string
Defined in: WAProto/index.d.ts:3983
BotMediaMetadata fileSha256.
Implementation of
mediaKey?
optional
mediaKey:null
|string
Defined in: WAProto/index.d.ts:3986
BotMediaMetadata mediaKey.
Implementation of
mediaKeyTimestamp?
optional
mediaKeyTimestamp:null
|number
|Long
Defined in: WAProto/index.d.ts:3995
BotMediaMetadata mediaKeyTimestamp.
Implementation of
IBotMediaMetadata
.mediaKeyTimestamp
mimetype?
optional
mimetype:null
|string
Defined in: WAProto/index.d.ts:3998
BotMediaMetadata mimetype.
Implementation of
orientationType?
optional
orientationType:null
|OrientationType
Defined in: WAProto/index.d.ts:4001
BotMediaMetadata orientationType.
Implementation of
IBotMediaMetadata
.orientationType
Methods
toJSON()
toJSON():
object
Defined in: WAProto/index.d.ts:4071
Converts this BotMediaMetadata to JSON.
Returns
object
JSON object
create()
static
create(properties
?):BotMediaMetadata
Defined in: WAProto/index.d.ts:4008
Creates a new BotMediaMetadata instance using the specified properties.
Parameters
properties?
Properties to set
Returns
BotMediaMetadata instance
decode()
static
decode(reader
,length
?):BotMediaMetadata
Defined in: WAProto/index.d.ts:4034
Decodes a BotMediaMetadata message from the specified reader or buffer.
Parameters
reader
Reader or buffer to decode from
Uint8Array
<ArrayBufferLike
> | Reader
length?
number
Message length if known beforehand
Returns
BotMediaMetadata
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited()
static
decodeDelimited(reader
):BotMediaMetadata
Defined in: WAProto/index.d.ts:4043
Decodes a BotMediaMetadata message from the specified reader or buffer, length delimited.
Parameters
reader
Reader or buffer to decode from
Uint8Array
<ArrayBufferLike
> | Reader
Returns
BotMediaMetadata
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
encode()
static
encode(message
,writer
?):Writer
Defined in: WAProto/index.d.ts:4016
Encodes the specified BotMediaMetadata message. Does not implicitly verify messages.
Parameters
message
BotMediaMetadata message or plain object to encode
writer?
Writer
Writer to encode to
Returns
Writer
Writer
encodeDelimited()
static
encodeDelimited(message
,writer
?):Writer
Defined in: WAProto/index.d.ts:4024
Encodes the specified BotMediaMetadata message, length delimited. Does not implicitly verify messages.
Parameters
message
BotMediaMetadata message or plain object to encode
writer?
Writer
Writer to encode to
Returns
Writer
Writer
fromObject()
static
fromObject(object
):BotMediaMetadata
Defined in: WAProto/index.d.ts:4057
Creates a BotMediaMetadata message from a plain object. Also converts values to their respective internal types.
Parameters
object
Plain object
Returns
BotMediaMetadata
getTypeUrl()
static
getTypeUrl(typeUrlPrefix
?):string
Defined in: WAProto/index.d.ts:4078
Gets the default type url for BotMediaMetadata
Parameters
typeUrlPrefix?
string
your custom typeUrlPrefix(default "type.googleapis.com")
Returns
string
The default type url
toObject()
static
toObject(message
,options
?):object
Defined in: WAProto/index.d.ts:4065
Creates a plain object from a BotMediaMetadata message. Also converts values to other types if specified.
Parameters
message
BotMediaMetadata
options?
IConversionOptions
Conversion options
Returns
object
Plain object
verify()
static
verify(message
):null
|string
Defined in: WAProto/index.d.ts:4050
Verifies a BotMediaMetadata message.
Parameters
message
Plain object to verify
Returns
null
| string
null
if valid, otherwise the reason why it is not