Search code examples
pythonpython-telegram-bottelegram-api

Set value of Telegram Dice


I'd like to set the value of the dice 🎲 before the bot sends the animation of it using bot.send_dice(update.message.chat_id, emoji='🎲')

Is it possible? Thanks


Solution

  • No, the Bot API does not provide a way for that. the closest you can get is forwarding a message with the desired value or sending an animated sticker instead.