Implements
Constructors
new GroupParticipant()
new GroupParticipant(Defined in: WAProto/index.d.ts:4406p?):GroupParticipant
Parameters
p?
IGroupParticipant
Returns
GroupParticipant
Properties
memberLabel?
Defined in: WAProto/index.d.ts:4409optionalmemberLabel:null|IMemberLabel
Implementation of
IGroupParticipant.memberLabel
rank?
Defined in: WAProto/index.d.ts:4408optionalrank:null|Rank
Implementation of
IGroupParticipant.rank
userJid
userJid: string
Defined in: WAProto/index.d.ts:4407
Implementation of
IGroupParticipant.userJid
Methods
create()
Defined in: WAProto/index.d.ts:4410staticcreate(properties?):GroupParticipant
Parameters
properties?
IGroupParticipant
Returns
GroupParticipant
decode()
Defined in: WAProto/index.d.ts:4412staticdecode(r,l?):GroupParticipant
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
GroupParticipant
encode()
Defined in: WAProto/index.d.ts:4411staticencode(m,w?):Writer
Parameters
m
IGroupParticipant
w?
Writer
Returns
Writer
fromObject()
Defined in: WAProto/index.d.ts:4413staticfromObject(d):GroupParticipant
Parameters
d
Returns
GroupParticipant
getTypeUrl()
Defined in: WAProto/index.d.ts:4416staticgetTypeUrl(typeUrlPrefix?):string
Parameters
typeUrlPrefix?
string
Returns
string
toJSON()
toJSON(): object
Defined in: WAProto/index.d.ts:4415
Returns
object
toObject()
Defined in: WAProto/index.d.ts:4414statictoObject(m,o?):object
Parameters
m
GroupParticipant
o?
IConversionOptions
Returns
object