Implements
Constructors
new ListMessage()
new ListMessage(Defined in: WAProto/index.d.ts:7146p?):ListMessage
Parameters
p?
IListMessage
Returns
ListMessage
Properties
buttonText?
Defined in: WAProto/index.d.ts:7149optionalbuttonText:null|string
Implementation of
IListMessage.buttonText
contextInfo?
Defined in: WAProto/index.d.ts:7154optionalcontextInfo:null|IContextInfo
Implementation of
IListMessage.contextInfo
description?
Defined in: WAProto/index.d.ts:7148optionaldescription:null|string
Implementation of
IListMessage.description
footerText?
Defined in: WAProto/index.d.ts:7153optionalfooterText:null|string
Implementation of
IListMessage.footerText
listType?
Defined in: WAProto/index.d.ts:7150optionallistType:null|ListType
Implementation of
IListMessage.listType
productListInfo?
Defined in: WAProto/index.d.ts:7152optionalproductListInfo:null|IProductListInfo
Implementation of
IListMessage.productListInfo
sections
sections: ISection[]
Defined in: WAProto/index.d.ts:7151
Implementation of
IListMessage.sections
title?
Defined in: WAProto/index.d.ts:7147optionaltitle:null|string
Implementation of
IListMessage.title
Methods
create()
Defined in: WAProto/index.d.ts:7155staticcreate(properties?):ListMessage
Parameters
properties?
IListMessage
Returns
ListMessage
decode()
Defined in: WAProto/index.d.ts:7157staticdecode(r,l?):ListMessage
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
ListMessage
encode()
Defined in: WAProto/index.d.ts:7156staticencode(m,w?):Writer
Parameters
m
IListMessage
w?
Writer
Returns
Writer
fromObject()
Defined in: WAProto/index.d.ts:7158staticfromObject(d):ListMessage
Parameters
d
Returns
ListMessage
getTypeUrl()
Defined in: WAProto/index.d.ts:7161staticgetTypeUrl(typeUrlPrefix?):string
Parameters
typeUrlPrefix?
string
Returns
string
toJSON()
toJSON(): object
Defined in: WAProto/index.d.ts:7160
Returns
object
toObject()
Defined in: WAProto/index.d.ts:7159statictoObject(m,o?):object
Parameters
m
ListMessage
o?
IConversionOptions
Returns
object