Interface IDocumentMessage

Properties of a DocumentMessage.

Hierarchy

  • IDocumentMessage

Implemented by

Properties

caption?: null | string

DocumentMessage caption

contactVcard?: null | boolean

DocumentMessage contactVcard

contextInfo?: null | IContextInfo

DocumentMessage contextInfo

directPath?: null | string

DocumentMessage directPath

fileEncSha256?: null | Uint8Array

DocumentMessage fileEncSha256

fileLength?: null | number | Long

DocumentMessage fileLength

fileName?: null | string

DocumentMessage fileName

fileSha256?: null | Uint8Array

DocumentMessage fileSha256

jpegThumbnail?: null | Uint8Array

DocumentMessage jpegThumbnail

mediaKey?: null | Uint8Array

DocumentMessage mediaKey

mediaKeyTimestamp?: null | number | Long

DocumentMessage mediaKeyTimestamp

mimetype?: null | string

DocumentMessage mimetype

pageCount?: null | number

DocumentMessage pageCount

thumbnailDirectPath?: null | string

DocumentMessage thumbnailDirectPath

thumbnailEncSha256?: null | Uint8Array

DocumentMessage thumbnailEncSha256

thumbnailHeight?: null | number

DocumentMessage thumbnailHeight

thumbnailSha256?: null | Uint8Array

DocumentMessage thumbnailSha256

thumbnailWidth?: null | number

DocumentMessage thumbnailWidth

title?: null | string

DocumentMessage title

url?: null | string

DocumentMessage url

Generated using TypeDoc