get_sticker_set

template<class Agent>
api_result<sticker_set_t, Agent&&> get_sticker_set(Agent &&agent, get_sticker_set_args_t args)
template<class Agent, class F>
void get_sticker_set(Agent &&agent, get_sticker_set_args_t args, F &&callback)

agent is any object satisfying agent concept.

callback is any callable object accepting expected<sticker_set_t>.

Use this method to get a sticker set. On success, a StickerSet object is returned.

struct get_sticker_set_args_t

Arguments that should be passed to get_sticker_set().

string_t name

Name of the sticker set