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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,14 @@ Changes in this Fork
35
35
| Scheme layer used: 220 |
36
36
+------------------------+
37
37
38
-
- Added ``message_effect_id`` in :meth:`~pyrogram.Client.forward_messages` and :meth:`~pyrogram.types.Message.forward`.
38
+
- fix: set description correctly in :obj:`~pyrogram.types.InlineQueryResultAnimation` (contributed by @Krau in `#262 <https://github.com/KurimuzonAkuma/kurigram/pull/262>`__).
39
+
- Add generic return type for :meth:`~pyrogram.Client.invoke` (contributed by @ZeN220 in `#252 <https://github.com/KurimuzonAkuma/kurigram/pull/252>`__).
40
+
- fix: :meth:`~pyrogram.Client.copy_message` and :meth:`~pyrogram.types.Message.copy` (contributed by @beepsound in `#210 <https://github.com/TelegramPlayground/pyrogram/pull/210>`__).
41
+
- fix: file pointer position before returning file (contributed by @anonymousx97)
42
+
- Add ``offset_date`` and ``offset_message_id`` in :meth:`~pyrogram.Client.get_dialogs` and :meth:`~pyrogram.Client.search_global`.
43
+
- Enhance ``full_name`` property of :obj:`~pyrogram.types.Chat` (contributed by @Ling-ex in `#206 <https://github.com/TelegramPlayground/pyrogram/pull/206>`__).
44
+
- fix: :meth:`~pyrogram.Client.set_chat_permissions` method (contributed by @sudo-py-dev in `#204 <https://github.com/TelegramPlayground/pyrogram/pull/204>`__).
45
+
- Add ``message_effect_id`` in :meth:`~pyrogram.Client.forward_messages` and :meth:`~pyrogram.types.Message.forward`.
39
46
- View `new and changed <https://telegramplayground.github.io/TG-APIs/TL/diff/tdlib.html?from=214&to=220>`__ `raw API methods <https://telegramplayground.github.io/TG-APIs/TL/diff/tdesktop.html?from=214&to=220>`__.
0 commit comments