gluon
    Preparing search index...

    Represents an sticker.

    Implements

    • Sticker
    Index

    Constructors

    • Creates the structure for a sticker

      Parameters

      • client: Client

        The client instance.

      • data: StickerStorageJSON | StickerCacheJSON | APISticker | StickerDiscordJSON

        Sticker data from Discord.

      Returns Sticker

    Accessors

    • get format(): StickerFormatType

      The format of the sticker.

      Returns StickerFormatType

    • get previewImageURL(): null | string

      The URL to an image of the sticker. Returns NULL if image is a LOTTIE file.

      Returns null | string

    Methods

    • Returns the JSON representation of this structure.

      Parameters

      • Optionalformat: JsonTypes

        The format to return the data in.

      Returns { format_type: StickerFormatType; id: string; name: string }