mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added 'as_reply_parameters' method & integrate with message reply methods (#1539)
* Added 'as_reply_parameters' method & integrate with message reply methods The 'as_reply_parameters' method is added to generate reply parameters in a message. This method was used in reply methods. * Added changelog
This commit is contained in:
parent
d2cd3d0fd8
commit
ac96f0d233
4 changed files with 164 additions and 95 deletions
3
CHANGES/1538.misc.rst
Normal file
3
CHANGES/1538.misc.rst
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Added method :func:`aiogram.types.message.Message.as_reply_parameters`.
|
||||
Replaced usage of the argument :code:`reply_to_message_id` with :code:`reply_parameters`
|
||||
in all Message reply methods.
|
||||
Loading…
Add table
Add a link
Reference in a new issue