From 6329a0f9cc5a79b4f3ed98446e1eb52e3fa1a119 Mon Sep 17 00:00:00 2001 From: Oleg A Date: Thu, 11 Mar 2021 08:58:06 +0300 Subject: [PATCH] bowling dice support --- aiogram/types/dice.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/aiogram/types/dice.py b/aiogram/types/dice.py index 70c50e09..c4f2725e 100644 --- a/aiogram/types/dice.py +++ b/aiogram/types/dice.py @@ -3,9 +3,7 @@ from . import base, fields class Dice(base.TelegramObject): """ - This object represents a dice with random value from 1 to 6. - (Yes, we're aware of the “proper” singular of die. - But it's awkward, and we decided to help it change. One dice at a time!) + This object represents an animated emoji that displays a random value. https://core.telegram.org/bots/api#dice """ @@ -19,3 +17,4 @@ class DiceEmoji: BASKETBALL = '🏀' FOOTBALL = '⚽' SLOT_MACHINE = '🎰' + BOWLING = '🎳'