PartialSticker
PartialSticker ⇐ Base
Section titled “PartialSticker ⇐ Base”Represents a partial sticker object.
Kind: global class
Extends: Base
- PartialSticker ⇐
Base- new PartialSticker([data], client)
- .fetch() ⇒
Promise
new PartialSticker([data], client)
Section titled “new PartialSticker([data], client)”Constructs a new instance of the Sticker class.
| Param | Type | Description |
|---|---|---|
| [data] | Object | The data object containing the sticker information. |
| client | Client | The client instance. |
partialSticker.fetch() ⇒ Promise
Section titled “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.