Skip to main content

Class: DeviceListMetadata

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

Implements

Constructors

new DeviceListMetadata()

new DeviceListMetadata(p?): DeviceListMetadata

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

Parameters

p?

IDeviceListMetadata

Returns

DeviceListMetadata

Properties

receiverAccountType?

optional receiverAccountType: null | ADVEncryptionType

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

Implementation of

IDeviceListMetadata.receiverAccountType


recipientKeyHash?

optional recipientKeyHash: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IDeviceListMetadata.recipientKeyHash


recipientKeyIndexes

recipientKeyIndexes: number[]

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

Implementation of

IDeviceListMetadata.recipientKeyIndexes


recipientTimestamp?

optional recipientTimestamp: null | number | Long

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

Implementation of

IDeviceListMetadata.recipientTimestamp


senderAccountType?

optional senderAccountType: null | ADVEncryptionType

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

Implementation of

IDeviceListMetadata.senderAccountType


senderKeyHash?

optional senderKeyHash: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IDeviceListMetadata.senderKeyHash


senderKeyIndexes

senderKeyIndexes: number[]

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

Implementation of

IDeviceListMetadata.senderKeyIndexes


senderTimestamp?

optional senderTimestamp: null | number | Long

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

Implementation of

IDeviceListMetadata.senderTimestamp

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): DeviceListMetadata

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

Parameters

properties?

IDeviceListMetadata

Returns

DeviceListMetadata


decode()

static decode(r, l?): DeviceListMetadata

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

DeviceListMetadata


encode()

static encode(m, w?): Writer

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

Parameters

m

IDeviceListMetadata

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): DeviceListMetadata

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

Parameters

d

Returns

DeviceListMetadata


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

DeviceListMetadata

o?

IConversionOptions

Returns

object