InlineContact
amiudmodz / proto / InlineContact
Class: InlineContact
Defined in: WAProto/index.d.ts:5377
Implements
Constructors
new InlineContact()
new InlineContact(
p?):InlineContact
Defined in: WAProto/index.d.ts:5378
Parameters
p?
Returns
Properties
firstName?
optionalfirstName:null|string
Defined in: WAProto/index.d.ts:5382
Implementation of
fullName?
optionalfullName:null|string
Defined in: WAProto/index.d.ts:5381
Implementation of
lidJid?
optionallidJid:null|string
Defined in: WAProto/index.d.ts:5380
Implementation of
pnJid?
optionalpnJid:null|string
Defined in: WAProto/index.d.ts:5379
Implementation of
username?
optionalusername:null|string
Defined in: WAProto/index.d.ts:5383
Implementation of
Methods
toJSON()
toJSON():
object
Defined in: WAProto/index.d.ts:5389
Returns
object
create()
staticcreate(properties?):InlineContact
Defined in: WAProto/index.d.ts:5384
Parameters
properties?
Returns
decode()
staticdecode(r,l?):InlineContact
Defined in: WAProto/index.d.ts:5386
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
encode()
staticencode(m,w?):Writer
Defined in: WAProto/index.d.ts:5385
Parameters
m
w?
Writer
Returns
Writer
fromObject()
staticfromObject(d):InlineContact
Defined in: WAProto/index.d.ts:5387
Parameters
d
Returns
getTypeUrl()
staticgetTypeUrl(typeUrlPrefix?):string
Defined in: WAProto/index.d.ts:5390
Parameters
typeUrlPrefix?
string
Returns
string
toObject()
statictoObject(m,o?):object
Defined in: WAProto/index.d.ts:5388
Parameters
m
o?
IConversionOptions
Returns
object