Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
value=
send_dice()
@bot.message_handler(content_types=['dice'])
value = await bot.send_dice(call.from_user.id, emoji="")
@bot.message_handler(content_types=['dice']) def dice_value(message): value = message.dice.value