get_forum_topic_icon_stickers

template<class Agent>
api_result<array_t<sticker_t>, Agent&&> get_forum_topic_icon_stickers(Agent &&agent)
template<class Agent, class F>
void get_forum_topic_icon_stickers(Agent &&agent, F &&callback)

agent is any object satisfying agent concept.

callback is any callable object accepting expected<array_t<sticker_t>>.

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.