Skip to main content
Module

x/discordeno/mod.ts>EditGuildStickerOptions

Discord API library for Deno
Latest
interface EditGuildStickerOptions
implements WithReason
import { type EditGuildStickerOptions } from "https://deno.land/x/discordeno@18.0.1/mod.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)