Skip to main content

PastParticipants

amiudmodz


amiudmodz / proto / PastParticipants

Class: PastParticipants

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

Implements

Constructors

new PastParticipants()

new PastParticipants(p?): PastParticipants

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

Parameters

p?

IPastParticipants

Returns

PastParticipants

Properties

groupJid?

optional groupJid: null | string

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

Implementation of

IPastParticipants.groupJid


pastParticipants

pastParticipants: IPastParticipant[]

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

Implementation of

IPastParticipants.pastParticipants

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): PastParticipants

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

Parameters

properties?

IPastParticipants

Returns

PastParticipants


decode()

static decode(r, l?): PastParticipants

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

PastParticipants


encode()

static encode(m, w?): Writer

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

Parameters

m

IPastParticipants

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): PastParticipants

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

Parameters

d

Returns

PastParticipants


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

PastParticipants

o?

IConversionOptions

Returns

object