mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-08 16:04:51 +00:00
Add support for the new bowling animation (dice)
This commit is contained in:
parent
89e590b968
commit
86cc1837b6
1 changed files with 4 additions and 1 deletions
|
|
@ -47,7 +47,10 @@ class SendDice(Scaffold):
|
||||||
For a contact that exists in your Telegram address book you can use his phone number (str).
|
For a contact that exists in your Telegram address book you can use his phone number (str).
|
||||||
|
|
||||||
emoji (``str``, *optional*):
|
emoji (``str``, *optional*):
|
||||||
Emoji on which the dice throw animation is based. Currently, must be one of "🎲", "🎯", "🏀" or "⚽️".
|
Emoji on which the dice throw animation is based.
|
||||||
|
Currently, must be one of "🎲", "🎯", "🏀", "⚽", "🎳", or "🎰".
|
||||||
|
Dice can have values 1-6 for "🎲", "🎯" and "🎳", values 1-5 for "🏀" and "⚽", and
|
||||||
|
values 1-64 for "🎰".
|
||||||
Defaults to "🎲".
|
Defaults to "🎲".
|
||||||
|
|
||||||
disable_notification (``bool``, *optional*):
|
disable_notification (``bool``, *optional*):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue