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

Implements

Constructors

new StickerPackMessage()

new StickerPackMessage(p?): StickerPackMessage
Defined in: WAProto/index.d.ts:9071

Parameters

p?
IStickerPackMessage

Returns

StickerPackMessage

Properties

caption?

optional caption: null | string
Defined in: WAProto/index.d.ts:9081

Implementation of

IStickerPackMessage.caption

contextInfo?

optional contextInfo: null | IContextInfo
Defined in: WAProto/index.d.ts:9082

Implementation of

IStickerPackMessage.contextInfo

directPath?

optional directPath: null | string
Defined in: WAProto/index.d.ts:9080

Implementation of

IStickerPackMessage.directPath

fileEncSha256?

optional fileEncSha256: null | Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:9078

Implementation of

IStickerPackMessage.fileEncSha256

fileLength?

optional fileLength: null | number | Long
Defined in: WAProto/index.d.ts:9076

Implementation of

IStickerPackMessage.fileLength

fileSha256?

optional fileSha256: null | Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:9077

Implementation of

IStickerPackMessage.fileSha256

imageDataHash?

optional imageDataHash: null | string
Defined in: WAProto/index.d.ts:9091

Implementation of

IStickerPackMessage.imageDataHash

mediaKey?

optional mediaKey: null | Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:9079

Implementation of

IStickerPackMessage.mediaKey

mediaKeyTimestamp?

optional mediaKeyTimestamp: null | number | Long
Defined in: WAProto/index.d.ts:9084

Implementation of

IStickerPackMessage.mediaKeyTimestamp

name?

optional name: null | string
Defined in: WAProto/index.d.ts:9073

Implementation of

IStickerPackMessage.name

packDescription?

optional packDescription: null | string
Defined in: WAProto/index.d.ts:9083

Implementation of

IStickerPackMessage.packDescription

publisher?

optional publisher: null | string
Defined in: WAProto/index.d.ts:9074

Implementation of

IStickerPackMessage.publisher

stickerPackId?

optional stickerPackId: null | string
Defined in: WAProto/index.d.ts:9072

Implementation of

IStickerPackMessage.stickerPackId

stickerPackOrigin?

optional stickerPackOrigin: null | StickerPackOrigin
Defined in: WAProto/index.d.ts:9093

Implementation of

IStickerPackMessage.stickerPackOrigin

stickerPackSize?

optional stickerPackSize: null | number | Long
Defined in: WAProto/index.d.ts:9092

Implementation of

IStickerPackMessage.stickerPackSize

stickers

stickers: ISticker[]
Defined in: WAProto/index.d.ts:9075

Implementation of

IStickerPackMessage.stickers

thumbnailDirectPath?

optional thumbnailDirectPath: null | string
Defined in: WAProto/index.d.ts:9086

Implementation of

IStickerPackMessage.thumbnailDirectPath

thumbnailEncSha256?

optional thumbnailEncSha256: null | Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:9088

Implementation of

IStickerPackMessage.thumbnailEncSha256

thumbnailHeight?

optional thumbnailHeight: null | number
Defined in: WAProto/index.d.ts:9089

Implementation of

IStickerPackMessage.thumbnailHeight

thumbnailSha256?

optional thumbnailSha256: null | Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:9087

Implementation of

IStickerPackMessage.thumbnailSha256

thumbnailWidth?

optional thumbnailWidth: null | number
Defined in: WAProto/index.d.ts:9090

Implementation of

IStickerPackMessage.thumbnailWidth

trayIconFileName?

optional trayIconFileName: null | string
Defined in: WAProto/index.d.ts:9085

Implementation of

IStickerPackMessage.trayIconFileName

Methods

create()

static create(properties?): StickerPackMessage
Defined in: WAProto/index.d.ts:9094

Parameters

properties?
IStickerPackMessage

Returns

StickerPackMessage

decode()

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

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

StickerPackMessage

encode()

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

Parameters

m
IStickerPackMessage
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): StickerPackMessage
Defined in: WAProto/index.d.ts:9097

Parameters

d

Returns

StickerPackMessage

getTypeUrl()

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

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

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

Returns

object

toObject()

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

Parameters

m
StickerPackMessage
o?
IConversionOptions

Returns

object