method Client.prototype.getCustomEmojiStickersimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; getCustomEmojiStickers(id: string | string[]): Promise<Sticker[]>Get custom emoji documents for download. Parametersid: string | string[]Identifier of one or more of custom emojis. ReturnsPromise<Sticker[]>The custom emoji documents.