mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
bowling dice support
This commit is contained in:
parent
db2fd9ed5b
commit
6329a0f9cc
1 changed files with 2 additions and 3 deletions
|
|
@ -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 = '🎳'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue