Skip to main content

InlineContact

amiudmodz


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?

IInlineContact

Returns

InlineContact

Properties

firstName?

optional firstName: null | string

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

Implementation of

IInlineContact.firstName


fullName?

optional fullName: null | string

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

Implementation of

IInlineContact.fullName


lidJid?

optional lidJid: null | string

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

Implementation of

IInlineContact.lidJid


pnJid?

optional pnJid: null | string

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

Implementation of

IInlineContact.pnJid


username?

optional username: null | string

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

Implementation of

IInlineContact.username

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): InlineContact

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

Parameters

properties?

IInlineContact

Returns

InlineContact


decode()

static decode(r, l?): InlineContact

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

InlineContact


encode()

static encode(m, w?): Writer

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

Parameters

m

IInlineContact

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): InlineContact

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

Parameters

d

Returns

InlineContact


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

InlineContact

o?

IConversionOptions

Returns

object