Skip to main content

Class: PastParticipants

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

Implements

Constructors

new PastParticipants()

new PastParticipants(p?): PastParticipants

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

Parameters

p?

IPastParticipants

Returns

PastParticipants

Properties

groupJid?

optional groupJid: null | string

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

Implementation of

IPastParticipants.groupJid


pastParticipants

pastParticipants: IPastParticipant[]

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

Implementation of

IPastParticipants.pastParticipants

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): PastParticipants

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

Parameters

properties?

IPastParticipants

Returns

PastParticipants


decode()

static decode(r, l?): PastParticipants

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

PastParticipants


encode()

static encode(m, w?): Writer

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

Parameters

m

IPastParticipants

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): PastParticipants

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

Parameters

d

Returns

PastParticipants


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

PastParticipants

o?

IConversionOptions

Returns

object