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

Implements

Constructors

new ProductListInfo()

new ProductListInfo(p?): ProductListInfo
Defined in: WAProto/index.d.ts:7213

Parameters

p?
IProductListInfo

Returns

ProductListInfo

Properties

businessOwnerJid?

optional businessOwnerJid: null | string
Defined in: WAProto/index.d.ts:7216

Implementation of

IProductListInfo.businessOwnerJid

headerImage?

optional headerImage: null | IProductListHeaderImage
Defined in: WAProto/index.d.ts:7215

Implementation of

IProductListInfo.headerImage

productSections

productSections: IProductSection[]
Defined in: WAProto/index.d.ts:7214

Implementation of

IProductListInfo.productSections

Methods

create()

static create(properties?): ProductListInfo
Defined in: WAProto/index.d.ts:7217

Parameters

properties?
IProductListInfo

Returns

ProductListInfo

decode()

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

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

ProductListInfo

encode()

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

Parameters

m
IProductListInfo
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): ProductListInfo
Defined in: WAProto/index.d.ts:7220

Parameters

d

Returns

ProductListInfo

getTypeUrl()

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

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

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

Returns

object

toObject()

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

Parameters

m
ProductListInfo
o?
IConversionOptions

Returns

object