mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
new: football dice emoji
This commit is contained in:
parent
1e2fe72aca
commit
2ce11bde0d
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ 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!)
|
||||
|
||||
|
||||
https://core.telegram.org/bots/api#dice
|
||||
"""
|
||||
emoji: base.String = fields.Field()
|
||||
|
|
@ -17,3 +17,4 @@ class DiceEmoji:
|
|||
DICE = '🎲'
|
||||
DART = '🎯'
|
||||
BASKETBALL = '🏀'
|
||||
FOOTBALL = '⚽'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue