Skip to main content

Class: ListMessage

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

Implements

Constructors

new ListMessage()

new ListMessage(p?): ListMessage

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

Parameters

p?

IListMessage

Returns

ListMessage

Properties

buttonText?

optional buttonText: null | string

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

Implementation of

IListMessage.buttonText


contextInfo?

optional contextInfo: null | IContextInfo

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

Implementation of

IListMessage.contextInfo


description?

optional description: null | string

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

Implementation of

IListMessage.description


footerText?

optional footerText: null | string

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

Implementation of

IListMessage.footerText


listType?

optional listType: null | ListType

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

Implementation of

IListMessage.listType


productListInfo?

optional productListInfo: null | IProductListInfo

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

Implementation of

IListMessage.productListInfo


sections

sections: ISection[]

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

Implementation of

IListMessage.sections


title?

optional title: null | string

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

Implementation of

IListMessage.title

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): ListMessage

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

Parameters

properties?

IListMessage

Returns

ListMessage


decode()

static decode(r, l?): ListMessage

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

ListMessage


encode()

static encode(m, w?): Writer

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

Parameters

m

IListMessage

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): ListMessage

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

Parameters

d

Returns

ListMessage


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

ListMessage

o?

IConversionOptions

Returns

object