Constructs a new DocumentMessage.
Optional
properties:
IDocumentMessage
Properties to set
Optional
accessibilityDocumentMessage accessibilityLabel.
Optional
caption
DocumentMessage caption.
Optional
contactDocumentMessage contactVcard.
Optional
contextDocumentMessage contextInfo.
Optional
directDocumentMessage directPath.
Optional
fileDocumentMessage fileEncSha256.
Optional
fileDocumentMessage fileLength.
Optional
fileDocumentMessage fileName.
Optional
fileDocumentMessage fileSha256.
Optional
jpegDocumentMessage jpegThumbnail.
Optional
mediaDocumentMessage mediaKey.
Optional
mediaDocumentMessage mediaKeyTimestamp.
Optional
mimetype
DocumentMessage mimetype.
Optional
pageDocumentMessage pageCount.
Optional
thumbnailDocumentMessage thumbnailDirectPath.
Optional
thumbnailDocumentMessage thumbnailEncSha256.
Optional
thumbnailDocumentMessage thumbnailHeight.
Optional
thumbnailDocumentMessage thumbnailSha256.
Optional
thumbnailDocumentMessage thumbnailWidth.
Optional
title
DocumentMessage title.
Optional
url
DocumentMessage url.
Static
create
Creates a new DocumentMessage instance using the specified properties.
Optional
properties:
IDocumentMessage
Properties to set
DocumentMessage instance
Static
decode
Decodes a DocumentMessage message from the specified reader or buffer.
Reader or buffer to decode from
Optional
length:
number
Message length if known beforehand
DocumentMessage
If the payload is not a reader or valid buffer
If required fields are missing
Static
decodeDecodes a DocumentMessage message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
DocumentMessage
If the payload is not a reader or valid buffer
If required fields are missing
Static
encode
Encodes the specified DocumentMessage message. Does not implicitly verify messages.
DocumentMessage message or plain object to encode
Optional
writer:
Writer
Writer to encode to
Writer
Static
encodeEncodes the specified DocumentMessage message, length delimited. Does not implicitly verify messages.
DocumentMessage message or plain object to encode
Optional
writer:
Writer
Writer to encode to
Writer
Static
fromCreates a DocumentMessage message from a plain object. Also converts values to their respective internal types.
Plain object
DocumentMessage
Static
getStatic
toCreates a plain object from a DocumentMessage message. Also converts values to other types if specified.
DocumentMessage
Optional
options:
IConversionOptions
Conversion options
Plain object
Static
verify
Generated using TypeDoc
Represents a DocumentMessage.