Skip to content

Commit 86cc183

Browse files
committed
Add support for the new bowling animation (dice)
1 parent 89e590b commit 86cc183

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyrogram/methods/messages/send_dice.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ async def send_dice(
4747
For a contact that exists in your Telegram address book you can use his phone number (str).
4848
4949
emoji (``str``, *optional*):
50-
Emoji on which the dice throw animation is based. Currently, must be one of "🎲", "🎯", "🏀" or "⚽️".
50+
Emoji on which the dice throw animation is based.
51+
Currently, must be one of "🎲", "🎯", "🏀", "⚽", "🎳", or "🎰".
52+
Dice can have values 1-6 for "🎲", "🎯" and "🎳", values 1-5 for "🏀" and "⚽", and
53+
values 1-64 for "🎰".
5154
Defaults to "🎲".
5255
5356
disable_notification (``bool``, *optional*):

0 commit comments

Comments
 (0)