delete_sticker_from_set

template<class Agent>
api_result<boolean_t, Agent&&> delete_sticker_from_set(Agent &&agent, delete_sticker_from_set_args_t args)
template<class Agent, class F>
void delete_sticker_from_set(Agent &&agent, delete_sticker_from_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 from a set created by the bot. Returns True on success.

struct delete_sticker_from_set_args_t

Arguments that should be passed to delete_sticker_from_set().

string_t sticker

File identifier of the sticker