Skip to main content

Class: KeepInChat

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

Implements

Constructors

new KeepInChat()

new KeepInChat(p?): KeepInChat

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

Parameters

p?

IKeepInChat

Returns

KeepInChat

Properties

clientTimestampMs?

optional clientTimestampMs: null | number | Long

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

Implementation of

IKeepInChat.clientTimestampMs


deviceJid?

optional deviceJid: null | string

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

Implementation of

IKeepInChat.deviceJid


keepType?

optional keepType: null | KeepType

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

Implementation of

IKeepInChat.keepType


key?

optional key: null | IMessageKey

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

Implementation of

IKeepInChat.key


serverTimestamp?

optional serverTimestamp: null | number | Long

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

Implementation of

IKeepInChat.serverTimestamp


serverTimestampMs?

optional serverTimestampMs: null | number | Long

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

Implementation of

IKeepInChat.serverTimestampMs

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): KeepInChat

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

Parameters

properties?

IKeepInChat

Returns

KeepInChat


decode()

static decode(r, l?): KeepInChat

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

KeepInChat


encode()

static encode(m, w?): Writer

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

Parameters

m

IKeepInChat

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): KeepInChat

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

Parameters

d

Returns

KeepInChat


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

KeepInChat

o?

IConversionOptions

Returns

object