Skip to main content
Defined in: WAProto/index.d.ts:10061

Implements

Constructors

new PastParticipants()

new PastParticipants(p?): PastParticipants
Defined in: WAProto/index.d.ts:10062

Parameters

p?
IPastParticipants

Returns

PastParticipants

Properties

groupJid?

optional groupJid: null | string
Defined in: WAProto/index.d.ts:10063

Implementation of

IPastParticipants.groupJid

pastParticipants

pastParticipants: IPastParticipant[]
Defined in: WAProto/index.d.ts:10064

Implementation of

IPastParticipants.pastParticipants

Methods

create()

static create(properties?): PastParticipants
Defined in: WAProto/index.d.ts:10065

Parameters

properties?
IPastParticipants

Returns

PastParticipants

decode()

static decode(r, l?): PastParticipants
Defined in: WAProto/index.d.ts:10067

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

PastParticipants

encode()

static encode(m, w?): Writer
Defined in: WAProto/index.d.ts:10066

Parameters

m
IPastParticipants
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): PastParticipants
Defined in: WAProto/index.d.ts:10068

Parameters

d

Returns

PastParticipants

getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string
Defined in: WAProto/index.d.ts:10071

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

toJSON(): object
Defined in: WAProto/index.d.ts:10070

Returns

object

toObject()

static toObject(m, o?): object
Defined in: WAProto/index.d.ts:10069

Parameters

m
PastParticipants
o?
IConversionOptions

Returns

object