Skip to main content
Defined in: WAProto/index.d.ts:3024

Implements

Constructors

new WebdPayload()

new WebdPayload(p?): WebdPayload
Defined in: WAProto/index.d.ts:3025

Parameters

p?
IWebdPayload

Returns

WebdPayload

Properties

documentTypes?

optional documentTypes: null | string
Defined in: WAProto/index.d.ts:3035

Implementation of

IWebdPayload.documentTypes

features?

optional features: null | Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:3036

Implementation of

IWebdPayload.features

supportsDocumentMessages?

optional supportsDocumentMessages: null | boolean
Defined in: WAProto/index.d.ts:3028

Implementation of

IWebdPayload.supportsDocumentMessages

supportsE2EAudio?

optional supportsE2EAudio: null | boolean
Defined in: WAProto/index.d.ts:3033

Implementation of

IWebdPayload.supportsE2EAudio

supportsE2EDocument?

optional supportsE2EDocument: null | boolean
Defined in: WAProto/index.d.ts:3034

Implementation of

IWebdPayload.supportsE2EDocument

supportsE2EImage?

optional supportsE2EImage: null | boolean
Defined in: WAProto/index.d.ts:3031

Implementation of

IWebdPayload.supportsE2EImage

supportsE2EVideo?

optional supportsE2EVideo: null | boolean
Defined in: WAProto/index.d.ts:3032

Implementation of

IWebdPayload.supportsE2EVideo

supportsMediaRetry?

optional supportsMediaRetry: null | boolean
Defined in: WAProto/index.d.ts:3030

Implementation of

IWebdPayload.supportsMediaRetry

supportsStarredMessages?

optional supportsStarredMessages: null | boolean
Defined in: WAProto/index.d.ts:3027

Implementation of

IWebdPayload.supportsStarredMessages

supportsUrlMessages?

optional supportsUrlMessages: null | boolean
Defined in: WAProto/index.d.ts:3029

Implementation of

IWebdPayload.supportsUrlMessages

usesParticipantInKey?

optional usesParticipantInKey: null | boolean
Defined in: WAProto/index.d.ts:3026

Implementation of

IWebdPayload.usesParticipantInKey

Methods

create()

static create(properties?): WebdPayload
Defined in: WAProto/index.d.ts:3037

Parameters

properties?
IWebdPayload

Returns

WebdPayload

decode()

static decode(r, l?): WebdPayload
Defined in: WAProto/index.d.ts:3039

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

WebdPayload

encode()

static encode(m, w?): Writer
Defined in: WAProto/index.d.ts:3038

Parameters

m
IWebdPayload
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): WebdPayload
Defined in: WAProto/index.d.ts:3040

Parameters

d

Returns

WebdPayload

getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string
Defined in: WAProto/index.d.ts:3043

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

toJSON(): object
Defined in: WAProto/index.d.ts:3042

Returns

object

toObject()

static toObject(m, o?): object
Defined in: WAProto/index.d.ts:3041

Parameters

m
WebdPayload
o?
IConversionOptions

Returns

object