Skip to main content

Class: LidContactAction

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

Implements

Constructors

new LidContactAction()

new LidContactAction(p?): LidContactAction

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

Parameters

p?

ILidContactAction

Returns

LidContactAction

Properties

firstName?

optional firstName: null | string

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

Implementation of

ILidContactAction.firstName


fullName?

optional fullName: null | string

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

Implementation of

ILidContactAction.fullName


username?

optional username: null | string

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

Implementation of

ILidContactAction.username

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): LidContactAction

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

Parameters

properties?

ILidContactAction

Returns

LidContactAction


decode()

static decode(r, l?): LidContactAction

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

LidContactAction


encode()

static encode(m, w?): Writer

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

Parameters

m

ILidContactAction

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): LidContactAction

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

Parameters

d

Returns

LidContactAction


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

LidContactAction

o?

IConversionOptions

Returns

object