Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
interface EditGuildStickerOptions
implements WithReason
import { type EditGuildStickerOptions } from "https://deno.land/x/discordeno@17.2.0/helpers/stickers/editGuildSticker.ts";

Properties

optional
name: string

Name of the sticker (2-30 characters)

optional
description: string | null

Description of the sticker (empty or 2-100 characters)

optional
tags: string

Autocomplete/suggestion tags for the sticker (max 200 characters)