Skip to main content

DeviceListMetadata

amiudmodz


amiudmodz / proto / DeviceListMetadata

Class: DeviceListMetadata

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

Implements

Constructors

new DeviceListMetadata()

new DeviceListMetadata(p?): DeviceListMetadata

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

Parameters

p?

IDeviceListMetadata

Returns

DeviceListMetadata

Properties

receiverAccountType?

optional receiverAccountType: null | ADVEncryptionType

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

Implementation of

IDeviceListMetadata.receiverAccountType


recipientKeyHash?

optional recipientKeyHash: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IDeviceListMetadata.recipientKeyHash


recipientKeyIndexes

recipientKeyIndexes: number[]

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

Implementation of

IDeviceListMetadata.recipientKeyIndexes


recipientTimestamp?

optional recipientTimestamp: null | number | Long

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

Implementation of

IDeviceListMetadata.recipientTimestamp


senderAccountType?

optional senderAccountType: null | ADVEncryptionType

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

Implementation of

IDeviceListMetadata.senderAccountType


senderKeyHash?

optional senderKeyHash: null | Uint8Array<ArrayBufferLike>

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

Implementation of

IDeviceListMetadata.senderKeyHash


senderKeyIndexes

senderKeyIndexes: number[]

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

Implementation of

IDeviceListMetadata.senderKeyIndexes


senderTimestamp?

optional senderTimestamp: null | number | Long

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

Implementation of

IDeviceListMetadata.senderTimestamp

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): DeviceListMetadata

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

Parameters

properties?

IDeviceListMetadata

Returns

DeviceListMetadata


decode()

static decode(r, l?): DeviceListMetadata

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

DeviceListMetadata


encode()

static encode(m, w?): Writer

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

Parameters

m

IDeviceListMetadata

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): DeviceListMetadata

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

Parameters

d

Returns

DeviceListMetadata


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

DeviceListMetadata

o?

IConversionOptions

Returns

object