Skip to main content

Class: SenderKeyDistributionMessage

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

Implements

Constructors

new SenderKeyDistributionMessage()

new SenderKeyDistributionMessage(p?): SenderKeyDistributionMessage

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

Parameters

p?

ISenderKeyDistributionMessage

Returns

SenderKeyDistributionMessage

Properties

axolotlSenderKeyDistributionMessage?

optional axolotlSenderKeyDistributionMessage: null | Uint8Array<ArrayBufferLike>

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

Implementation of

ISenderKeyDistributionMessage.axolotlSenderKeyDistributionMessage


groupId?

optional groupId: null | string

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

Implementation of

ISenderKeyDistributionMessage.groupId

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): SenderKeyDistributionMessage

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

Parameters

properties?

ISenderKeyDistributionMessage

Returns

SenderKeyDistributionMessage


decode()

static decode(r, l?): SenderKeyDistributionMessage

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

SenderKeyDistributionMessage


encode()

static encode(m, w?): Writer

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

Parameters

m

ISenderKeyDistributionMessage

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): SenderKeyDistributionMessage

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

Parameters

d

Returns

SenderKeyDistributionMessage


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

SenderKeyDistributionMessage

o?

IConversionOptions

Returns

object