get_custom_emoji_stickers¶
-
template<class Agent>
api_result<array_t<sticker_t>, Agent&&> get_custom_emoji_stickers(Agent &&agent, get_custom_emoji_stickers_args_t args)¶
-
template<class Agent, class F>
void get_custom_emoji_stickers(Agent &&agent, get_custom_emoji_stickers_args_t args, F &&callback)¶ agent
is any object satisfying agent concept.callback
is any callable object acceptingexpected<array_t<sticker_t>>
.Use this method to get information about custom emoji stickers by their identifiers. Returns an Array of Sticker objects.
-
struct get_custom_emoji_stickers_args_t¶
Arguments that should be passed to
get_custom_emoji_stickers()
.A JSON-serialized list of custom emoji identifiers. At most 200 custom emoji identifiers can be specified.