bot.setfallbackpicture Module#

Conversation for deleting stored stickers.

async bot.setfallbackpicture.handle_picture(update, context)

Handles the sticker input and deletes the sticker if possible.

Parameters:
Returns:

The next state.

Return type:

int

async bot.setfallbackpicture.start(update, _)

Starts the conversation and asks for the new picture..

Parameters:
  • update (Update) – The Telegram update.

  • _ – The callback context as provided by the application.

Returns:

The next state.

Return type:

int