Implements
Constructors
new PastParticipant()
new PastParticipant(Defined in: WAProto/index.d.ts:10035p?):PastParticipant
Parameters
p?
IPastParticipant
Returns
PastParticipant
Properties
leaveReason?
Defined in: WAProto/index.d.ts:10037optionalleaveReason:null|LeaveReason
Implementation of
IPastParticipant.leaveReason
leaveTs?
Defined in: WAProto/index.d.ts:10038optionalleaveTs:null|number|Long
Implementation of
IPastParticipant.leaveTs
userJid?
Defined in: WAProto/index.d.ts:10036optionaluserJid:null|string
Implementation of
IPastParticipant.userJid
Methods
create()
Defined in: WAProto/index.d.ts:10039staticcreate(properties?):PastParticipant
Parameters
properties?
IPastParticipant
Returns
PastParticipant
decode()
Defined in: WAProto/index.d.ts:10041staticdecode(r,l?):PastParticipant
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
PastParticipant
encode()
Defined in: WAProto/index.d.ts:10040staticencode(m,w?):Writer
Parameters
m
IPastParticipant
w?
Writer
Returns
Writer
fromObject()
Defined in: WAProto/index.d.ts:10042staticfromObject(d):PastParticipant
Parameters
d
Returns
PastParticipant
getTypeUrl()
Defined in: WAProto/index.d.ts:10045staticgetTypeUrl(typeUrlPrefix?):string
Parameters
typeUrlPrefix?
string
Returns
string
toJSON()
toJSON(): object
Defined in: WAProto/index.d.ts:10044
Returns
object
toObject()
Defined in: WAProto/index.d.ts:10043statictoObject(m,o?):object
Parameters
m
PastParticipant
o?
IConversionOptions
Returns
object