Skip to main content

Class: DeviceListMetadata

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

Implements

Constructors

new DeviceListMetadata()

new DeviceListMetadata(p?): DeviceListMetadata

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

Parameters

p?

IDeviceListMetadata

Returns

DeviceListMetadata

Properties

receiverAccountType?

optional receiverAccountType: null | ADVEncryptionType

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

Implementation of

IDeviceListMetadata.receiverAccountType


recipientKeyHash?

optional recipientKeyHash: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IDeviceListMetadata.recipientKeyHash


recipientKeyIndexes

recipientKeyIndexes: number[]

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

Implementation of

IDeviceListMetadata.recipientKeyIndexes


recipientTimestamp?

optional recipientTimestamp: null | number | Long

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

Implementation of

IDeviceListMetadata.recipientTimestamp


senderAccountType?

optional senderAccountType: null | ADVEncryptionType

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

Implementation of

IDeviceListMetadata.senderAccountType


senderKeyHash?

optional senderKeyHash: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IDeviceListMetadata.senderKeyHash


senderKeyIndexes

senderKeyIndexes: number[]

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

Implementation of

IDeviceListMetadata.senderKeyIndexes


senderTimestamp?

optional senderTimestamp: null | number | Long

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

Implementation of

IDeviceListMetadata.senderTimestamp

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): DeviceListMetadata

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

Parameters

properties?

IDeviceListMetadata

Returns

DeviceListMetadata


decode()

static decode(r, l?): DeviceListMetadata

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

DeviceListMetadata


encode()

static encode(m, w?): Writer

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

Parameters

m

IDeviceListMetadata

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): DeviceListMetadata

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

Parameters

d

Returns

DeviceListMetadata


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

DeviceListMetadata

o?

IConversionOptions

Returns

object