Skip to main content
Defined in: WAProto/index.d.ts:11752

Implements

Constructors

new CallLogAction()

new CallLogAction(p?): CallLogAction
Defined in: WAProto/index.d.ts:11753

Parameters

p?
ICallLogAction

Returns

CallLogAction

Properties

callLogRecord?

optional callLogRecord: null | ICallLogRecord
Defined in: WAProto/index.d.ts:11754

Implementation of

ICallLogAction.callLogRecord

Methods

create()

static create(properties?): CallLogAction
Defined in: WAProto/index.d.ts:11755

Parameters

properties?
ICallLogAction

Returns

CallLogAction

decode()

static decode(r, l?): CallLogAction
Defined in: WAProto/index.d.ts:11757

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

CallLogAction

encode()

static encode(m, w?): Writer
Defined in: WAProto/index.d.ts:11756

Parameters

m
ICallLogAction
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): CallLogAction
Defined in: WAProto/index.d.ts:11758

Parameters

d

Returns

CallLogAction

getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string
Defined in: WAProto/index.d.ts:11761

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

toJSON(): object
Defined in: WAProto/index.d.ts:11760

Returns

object

toObject()

static toObject(m, o?): object
Defined in: WAProto/index.d.ts:11759

Parameters

m
CallLogAction
o?
IConversionOptions

Returns

object