Skip to main content

GroupParticipant

amiudmodz


amiudmodz / proto / GroupParticipant

Class: GroupParticipant

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

Implements

Constructors

new GroupParticipant()

new GroupParticipant(p?): GroupParticipant

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

Parameters

p?

IGroupParticipant

Returns

GroupParticipant

Properties

memberLabel?

optional memberLabel: null | IMemberLabel

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

Implementation of

IGroupParticipant.memberLabel


rank?

optional rank: null | Rank

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

Implementation of

IGroupParticipant.rank


userJid

userJid: string

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

Implementation of

IGroupParticipant.userJid

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): GroupParticipant

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

Parameters

properties?

IGroupParticipant

Returns

GroupParticipant


decode()

static decode(r, l?): GroupParticipant

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

GroupParticipant


encode()

static encode(m, w?): Writer

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

Parameters

m

IGroupParticipant

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): GroupParticipant

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

Parameters

d

Returns

GroupParticipant


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

GroupParticipant

o?

IConversionOptions

Returns

object