Available methods

getForumTopicIconStickers()

Use this method to get custom emoji stickers, which can be used as a forum topic icon by any user. Requires no parameters. Returns an Array of Sticker objects.

parameters

this method takes no parameters.

returns

Sticker[]

usage in yaebal

not (yet) hard-typed on Api — call it through the generic .call<T>() escape hatch documented in @yaebal/types.

bot.ts
import type { Sticker } from "@yaebal/types";

await bot.api.call<Sticker[]>("getForumTopicIconStickers");