delete_sticker_set

template<class Agent>
api_result<boolean_t, Agent&&> delete_sticker_set(Agent &&agent, delete_sticker_set_args_t args)
template<class Agent, class F>
void delete_sticker_set(Agent &&agent, delete_sticker_set_args_t args, F &&callback)

agent is any object satisfying agent concept.

callback is any callable object accepting expected<boolean_t>.

Use this method to delete a sticker set that was created by the bot. Returns True on success.

struct delete_sticker_set_args_t

Arguments that should be passed to delete_sticker_set().

string_t name

Sticker set name