Skip to content

Commit b552050

Browse files
committed
Update Pyrogram to v2.2.16
1 parent ca7d979 commit b552050

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/source/releases/changes-in-this-fork.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@ Breaking Changes in this Fork
3131
Changes in this Fork
3232
=====================
3333

34+
+------------------------+
35+
| Scheme layer used: 214 |
36+
+------------------------+
37+
38+
- `fix get_chat_photos <https://github.com/TelegramPlayground/pyrogram/pull/203>`.
39+
- `support filters.regex for ChosenInlineResult <https://github.com/TelegramPlayground/pyrogram/pull/198>`__.
40+
- Update :meth:`~pyrogram.types.Message.reply_game`, :meth:`~pyrogram.types.Message.reply_text`, :meth:`~pyrogram.types.Message.reply_animation`, :meth:`~pyrogram.types.Message.reply_audio`, :meth:`~pyrogram.types.Message.reply_contact`, :meth:`~pyrogram.types.Message.reply_document`, :meth:`~pyrogram.types.Message.reply_location`, :meth:`~pyrogram.types.Message.reply_media_group`, :meth:`~pyrogram.types.Message.reply_photo`, :meth:`~pyrogram.types.Message.reply_poll`, :meth:`~pyrogram.types.Message.reply_sticker`, :meth:`~pyrogram.types.Message.reply_venue`, :meth:`~pyrogram.types.Message.reply_video`, :meth:`~pyrogram.types.Message.reply_video_note`, :meth:`~pyrogram.types.Message.reply_voice`, :meth:`~pyrogram.types.Message.reply_invoice`, :meth:`~pyrogram.types.Message.forward`, :meth:`~pyrogram.types.Message.copy`, :meth:`~pyrogram.types.Message.reply_cached_media` methods to support direct_messages_topic_id.
41+
- `Fix get_dialogs <https://github.com/TelegramPlayground/pyrogram/pull/195>`__.
42+
- `Fix timestamp_to_datetime to correctly handle timezone conversion <https://github.com/TelegramPlayground/pyrogram/commit/fc838cf>`__.
43+
- View `new and changed <https://telegramplayground.github.io/TG-APIs/TL/diff/tdlib.html?from=211&to=214>`__ `raw API methods <https://telegramplayground.github.io/TG-APIs/TL/diff/tdesktop.html?from=211&to=214>`__.
44+
3445
+------------------------+
3546
| Scheme layer used: 211 |
3647
+------------------------+

pyrogram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818

1919
__fork_name__ = "pyrotgfork"
20-
__version__ = "2.2.15"
20+
__version__ = "2.2.16"
2121
__license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
2222
__copyright__ = "Copyright (C) 2017-present Dan <https://github.com/delivrance>"
2323

0 commit comments

Comments
 (0)