interface DiscordStickerimport { type DiscordSticker } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-structure Propertiesid: stringId of the sticker optionalpack_id: stringId of the pack the sticker is from name: stringName of the sticker description: stringDescription of the sticker tags: stringa unicode emoji representing the sticker's expression type: StickerTypestype of sticker format_type: StickerFormatTypesType of sticker format optionalavailable: booleanWhether or not the sticker is available optionalguild_id: stringId of the guild that owns this sticker optionaluser: DiscordUserThe user that uploaded the sticker optionalsort_value: numberA sticker's sort order within a pack import DiscordStickerimport { DiscordSticker } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts";