You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/releases/changes-in-this-fork.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ Breaking Changes in this Fork
18
18
==============================
19
19
20
20
- In :meth:`~pyrogram.Client.download_media`, if the message is a :obj:`~pyrogram.types.PaidMediaInfo` with more than one ``paid_media`` **and** ``idx`` was not specified, then a list of paths or binary file-like objects is returned.
21
-
- Make :meth:`~pyrogram.Client.get_messages` accept only keyword-only arguments. `48d4230<https://github.com/TelegramPlayGround/pyrogram/commit/48d42304f3ee51034d515919320634935e6b2c83>`__
22
-
- PR `#115 <https://github.com/TelegramPlayGround/pyrogram/pull/115>`__ This `change<https://github.com/pyrogram/pyrogram/pull/966#issuecomment-1108858881>`__ breaks some usages with offset-naive and offset-aware datetimes.
23
-
- PR from upstream: `#1411 <https://github.com/pyrogram/pyrogram/pull/1411>`__ without attribution.
21
+
- PR `#115 <https://github.com/TelegramPlayGround/pyrogram/pull/115>`_ This `change<https://github.com/pyrogram/pyrogram/pull/966#issuecomment-1108858881>`_ breaks some usages with offset-naive and offset-aware datetimes.
22
+
- PR from upstream: `#1411<https://github.com/pyrogram/pyrogram/pull/1411>`_ without attribution.
- Splitted the :meth:`~pyrogram.Client.get_messages` into :meth:`~pyrogram.Client.get_chat_pinned_message`, :meth:`~pyrogram.Client.get_callback_query_message`, and :meth:`~pyrogram.Client.get_replied_message`.
39
40
- Added ``message.content`` property.
40
-
- Added the parameter ``pinned`` and made the parameter ``chat_id`` optional in :meth:`~pyrogram.Client.get_messages`. **NOTE**: Please be aware about using the correct :doc:`Message Identifiers <../../topics/message-identifiers>`, when using this method.
41
41
- Added the ``cover`` and ``start_timestamp`` parameters in :meth:`~pyrogram.Client.send_video` and :obj:`~pyrogram.types.InputPaidMediaVideo`.
42
42
- Added the ``video_start_timestamp`` and renamed the ``send_copy`` and ``remove_caption`` parameters in :meth:`~pyrogram.Client.forward_messages` and :meth:`~pyrogram.types.Message.forward`.
43
43
- Added the ``gift_count`` to the :obj:`~pyrogram.types.Chat`.
0 commit comments