[docs]classGetForumTopicIconStickers(TelegramMethod[list[Sticker]]):""" 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 :class:`aiogram.types.sticker.Sticker` objects. Source: https://core.telegram.org/bots/api#getforumtopiciconstickers """__returning__=list[Sticker]__api_method__="getForumTopicIconStickers"