bot.deletesticker Module#

Conversation for deleting stored stickers.

async bot.deletesticker.handle_sticker(update, context)

Handles the sticker input and deletes the sticker if possible.

Parameters:
Returns:

The next state.

Return type:

int

async bot.deletesticker.start(update, context)

Starts the conversation and asks for the sticker that’s to be deleted.

Parameters:
Returns:

The next state.

Return type:

int