mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix: add missed emoji argument to reply_dice
This commit is contained in:
parent
d1452b1620
commit
a37b63907b
1 changed files with 1 additions and 0 deletions
|
|
@ -1836,6 +1836,7 @@ class Message(base.TelegramObject):
|
|||
return await self.bot.send_dice(
|
||||
chat_id=self.chat.id,
|
||||
disable_notification=disable_notification,
|
||||
emoji=emoji,
|
||||
reply_to_message_id=self.message_id if reply else None,
|
||||
reply_markup=reply_markup,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue