Skip to main content

Class: ImageMessage

Defined in: WAProto/index.d.ts:6664

Implements

Constructors

new ImageMessage()

new ImageMessage(p?): ImageMessage

Defined in: WAProto/index.d.ts:6665

Parameters

p?

IImageMessage

Returns

ImageMessage

Properties

accessibilityLabel?

optional accessibilityLabel: null | string

Defined in: WAProto/index.d.ts:6694

Implementation of

IImageMessage.accessibilityLabel


annotations

annotations: IInteractiveAnnotation[]

Defined in: WAProto/index.d.ts:6692

Implementation of

IImageMessage.annotations


caption?

optional caption: null | string

Defined in: WAProto/index.d.ts:6668

Implementation of

IImageMessage.caption


contextInfo?

optional contextInfo: null | IContextInfo

Defined in: WAProto/index.d.ts:6679

Implementation of

IImageMessage.contextInfo


directPath?

optional directPath: null | string

Defined in: WAProto/index.d.ts:6676

Implementation of

IImageMessage.directPath


experimentGroupId?

optional experimentGroupId: null | number

Defined in: WAProto/index.d.ts:6682

Implementation of

IImageMessage.experimentGroupId


fileEncSha256?

optional fileEncSha256: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:6674

Implementation of

IImageMessage.fileEncSha256


fileLength?

optional fileLength: null | number | Long

Defined in: WAProto/index.d.ts:6670

Implementation of

IImageMessage.fileLength


fileSha256?

optional fileSha256: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:6669

Implementation of

IImageMessage.fileSha256


firstScanLength?

optional firstScanLength: null | number

Defined in: WAProto/index.d.ts:6681

Implementation of

IImageMessage.firstScanLength


firstScanSidecar?

optional firstScanSidecar: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:6680

Implementation of

IImageMessage.firstScanSidecar


height?

optional height: null | number

Defined in: WAProto/index.d.ts:6671

Implementation of

IImageMessage.height


imageSourceType?

optional imageSourceType: null | ImageSourceType

Defined in: WAProto/index.d.ts:6693

Implementation of

IImageMessage.imageSourceType


interactiveAnnotations

interactiveAnnotations: IInteractiveAnnotation[]

Defined in: WAProto/index.d.ts:6675

Implementation of

IImageMessage.interactiveAnnotations


jpegThumbnail?

optional jpegThumbnail: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:6678

Implementation of

IImageMessage.jpegThumbnail


mediaKey?

optional mediaKey: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:6673

Implementation of

IImageMessage.mediaKey


mediaKeyDomain?

optional mediaKeyDomain: null | MediaKeyDomain

Defined in: WAProto/index.d.ts:6695

Implementation of

IImageMessage.mediaKeyDomain


mediaKeyTimestamp?

optional mediaKeyTimestamp: null | number | Long

Defined in: WAProto/index.d.ts:6677

Implementation of

IImageMessage.mediaKeyTimestamp


midQualityFileEncSha256?

optional midQualityFileEncSha256: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:6686

Implementation of

IImageMessage.midQualityFileEncSha256


midQualityFileSha256?

optional midQualityFileSha256: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:6685

Implementation of

IImageMessage.midQualityFileSha256


mimetype?

optional mimetype: null | string

Defined in: WAProto/index.d.ts:6667

Implementation of

IImageMessage.mimetype


qrUrl?

optional qrUrl: null | string

Defined in: WAProto/index.d.ts:6696

Implementation of

IImageMessage.qrUrl


scanLengths

scanLengths: number[]

Defined in: WAProto/index.d.ts:6684

Implementation of

IImageMessage.scanLengths


scansSidecar?

optional scansSidecar: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:6683

Implementation of

IImageMessage.scansSidecar


staticUrl?

optional staticUrl: null | string

Defined in: WAProto/index.d.ts:6691

Implementation of

IImageMessage.staticUrl


thumbnailDirectPath?

optional thumbnailDirectPath: null | string

Defined in: WAProto/index.d.ts:6688

Implementation of

IImageMessage.thumbnailDirectPath


thumbnailEncSha256?

optional thumbnailEncSha256: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:6690

Implementation of

IImageMessage.thumbnailEncSha256


thumbnailSha256?

optional thumbnailSha256: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:6689

Implementation of

IImageMessage.thumbnailSha256


url?

optional url: null | string

Defined in: WAProto/index.d.ts:6666

Implementation of

IImageMessage.url


viewOnce?

optional viewOnce: null | boolean

Defined in: WAProto/index.d.ts:6687

Implementation of

IImageMessage.viewOnce


width?

optional width: null | number

Defined in: WAProto/index.d.ts:6672

Implementation of

IImageMessage.width

Methods

toJSON()

toJSON(): object

Defined in: WAProto/index.d.ts:6702

Returns

object


create()

static create(properties?): ImageMessage

Defined in: WAProto/index.d.ts:6697

Parameters

properties?

IImageMessage

Returns

ImageMessage


decode()

static decode(r, l?): ImageMessage

Defined in: WAProto/index.d.ts:6699

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

ImageMessage


encode()

static encode(m, w?): Writer

Defined in: WAProto/index.d.ts:6698

Parameters

m

IImageMessage

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): ImageMessage

Defined in: WAProto/index.d.ts:6700

Parameters

d

Returns

ImageMessage


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

Defined in: WAProto/index.d.ts:6703

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

Defined in: WAProto/index.d.ts:6701

Parameters

m

ImageMessage

o?

IConversionOptions

Returns

object