Skip to content

PartialSticker

PartialSticker ⇐ Base

Represents a partial sticker object.

Kind: global class
Extends: Base

new PartialSticker([data], client)

Constructs a new instance of the Sticker class.

ParamTypeDescription
[data]ObjectThe data object containing the sticker information.
clientClientThe client instance.

partialSticker.fetch() ⇒ Promise

Fetches a sticker using the client’s fetchSticker method.

Kind: instance method of PartialSticker
Returns: Promise - A promise that resolves with the fetched sticker.