bowling dice support

This commit is contained in:
Oleg A 2021-03-11 08:58:06 +03:00
parent db2fd9ed5b
commit 6329a0f9cc

View file

@ -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 = '🎳'