Skip to main content
Module

x/harmony/mod.ts>MessageStickerPack

An easy to use Discord API Library for Deno.
Go to Latest
class MessageStickerPack
extends SnowflakeBase
import { MessageStickerPack } from "https://deno.land/x/harmony@v2.7.0/mod.ts";

Constructors

new
MessageStickerPack(client: Client, data: MessageStickerPackPayload)

Properties

optional
bannerAssetID: string
optional
coverStickerID: string
description: string
name: string
skuID: string
stickers: MessageSticker[]

Methods

readFromData(data: MessageStickerPackPayload): void