Skip to main content
Latest
class MessageSticker
extends SnowflakeBase
import { MessageSticker } from "https://deno.land/x/drex@v1.1.1/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