Skip to main content

Class: DeleteMessageForMeAction

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

Implements

Constructors

new DeleteMessageForMeAction()

new DeleteMessageForMeAction(p?): DeleteMessageForMeAction

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

Parameters

p?

IDeleteMessageForMeAction

Returns

DeleteMessageForMeAction

Properties

deleteMedia?

optional deleteMedia: null | boolean

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

Implementation of

IDeleteMessageForMeAction.deleteMedia


messageTimestamp?

optional messageTimestamp: null | number | Long

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

Implementation of

IDeleteMessageForMeAction.messageTimestamp

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): DeleteMessageForMeAction

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

Parameters

properties?

IDeleteMessageForMeAction

Returns

DeleteMessageForMeAction


decode()

static decode(r, l?): DeleteMessageForMeAction

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

DeleteMessageForMeAction


encode()

static encode(m, w?): Writer

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

Parameters

m

IDeleteMessageForMeAction

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): DeleteMessageForMeAction

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

Parameters

d

Returns

DeleteMessageForMeAction


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

DeleteMessageForMeAction

o?

IConversionOptions

Returns

object