Skip to main content

Class: KeepInChat

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

Implements

Constructors

new KeepInChat()

new KeepInChat(p?): KeepInChat

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

Parameters

p?

IKeepInChat

Returns

KeepInChat

Properties

clientTimestampMs?

optional clientTimestampMs: null | number | Long

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

Implementation of

IKeepInChat.clientTimestampMs


deviceJid?

optional deviceJid: null | string

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

Implementation of

IKeepInChat.deviceJid


keepType?

optional keepType: null | KeepType

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

Implementation of

IKeepInChat.keepType


key?

optional key: null | IMessageKey

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

Implementation of

IKeepInChat.key


serverTimestamp?

optional serverTimestamp: null | number | Long

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

Implementation of

IKeepInChat.serverTimestamp


serverTimestampMs?

optional serverTimestampMs: null | number | Long

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

Implementation of

IKeepInChat.serverTimestampMs

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): KeepInChat

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

Parameters

properties?

IKeepInChat

Returns

KeepInChat


decode()

static decode(r, l?): KeepInChat

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

KeepInChat


encode()

static encode(m, w?): Writer

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

Parameters

m

IKeepInChat

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): KeepInChat

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

Parameters

d

Returns

KeepInChat


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

KeepInChat

o?

IConversionOptions

Returns

object