mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Change False to True at reply_dice
This commit is contained in:
parent
a7a06b7301
commit
e50f9e5269
1 changed files with 1 additions and 1 deletions
|
|
@ -1386,7 +1386,7 @@ class Message(base.TelegramObject):
|
|||
ReplyKeyboardMarkup,
|
||||
ReplyKeyboardRemove,
|
||||
ForceReply, None] = None,
|
||||
reply: base.Boolean = False) -> Message:
|
||||
reply: base.Boolean = True) -> Message:
|
||||
"""
|
||||
Use this method to send a dice, which will have a random value from 1 to 6.
|
||||
On success, the sent Message is returned.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue