mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Bump butcher
This commit is contained in:
parent
84f9667826
commit
cf688a1dac
2 changed files with 5 additions and 1 deletions
|
|
@ -3075,6 +3075,10 @@ class Message(TelegramObject):
|
|||
|
||||
from aiogram.methods import ForwardMessage
|
||||
|
||||
assert (
|
||||
self.chat is not None
|
||||
), "This method can be used only if chat is present in the message."
|
||||
|
||||
return ForwardMessage(
|
||||
from_chat_id=self.chat.id,
|
||||
message_id=self.message_id,
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@ features = [
|
|||
"test",
|
||||
]
|
||||
extra-dependencies = [
|
||||
"butcher @ git+https://github.com/aiogram/butcher.git@v0.1.21"
|
||||
"butcher @ git+https://github.com/aiogram/butcher.git@v0.1.22"
|
||||
]
|
||||
|
||||
[tool.hatch.envs.dev.scripts]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue