Skip to main content
Module

x/harmony/mod.ts>MessageSticker

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

Constructors

new
MessageSticker(client: Client, data: MessageStickerPayload)

Properties

optional
available: boolean
description: string | null
optional
guildID: string
name: string
optional
packID: string
optional
sortValue: number
tags: string
optional
user: User

Methods

delete(reason?: string): Promise<boolean>

Delete the Sticker

edit(options: Partial<ModifyGuildStickerOptions>): Promise<this>

Edit the Sticker