import { StickerManager } from "https://deno.land/x/higa@0.1.2/deno/client/managers/index.ts";
Constructors
Properties
readonly
version: APIVersionsAPI Version
Methods
createGuildSticker(): Promise<Sticker>
Create a guild sticker.
deleteGuilSticker(): Promise<void>
guildId: string,
stickerId: string,
reason?: string,
Deletes a guild sticker.
getGuildSticker(guildId: string, stickerId: string): Promise<Sticker>
Get a guild sticker
getSticker(stickerId: string): Promise<Sticker>
Get a sticker
listGuildStickers(guildId: string): Promise<Sticker[]>
List all stickers in a guild
listNitroStickersPacks(): Promise<StickerPacksResponse>
Lists all the Nitro Sticker Packs.
modifyGuildSticker(): Promise<Sticker>
Modify a guild sticker