Skip to content

Commit 8307cd2

Browse files
committed
Update Pyrogram to v2.1.31
1 parent 2e00a09 commit 8307cd2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ it can take advantage of new goodies!
1212
| Scheme layer used: 179 |
1313
+------------------------+
1414

15-
- Added :meth:`~pyrogram.Client.get_chat_sponsored_messages` and the type :obj:`~pyrogram.types.SponsoredMessage`.
16-
- Added :meth:`~pyrogram.Client.load_group_call_participants` and the type :obj:`~pyrogram.types.GroupCallParticipant`.
15+
- Added :meth:`~pyrogram.Client.get_chat_sponsored_messages` and the type :obj:`~pyrogram.types.SponsoredMessage`, by stealing unauthored changes from `KurimuzonAkuma/pyrogram#55 <https://github.com/KurimuzonAkuma/pyrogram/pull/55>`_.
16+
- Added :meth:`~pyrogram.Client.load_group_call_participants` and the type :obj:`~pyrogram.types.GroupCallParticipant`, by stealing unauthored changes from `6df467f <https://github.com/KurimuzonAkuma/pyrogram/commit/6df467f89c0f6fa513a3f56ff1b517574fd3d164>`_.
1717
- Added :meth:`~pyrogram.Client.view_messages` and the bound methods :meth:`~pyrogram.types.Message.read` and :meth:`~pyrogram.types.Message.view`.
1818
- Added the field ``question_entities`` to the class :obj:`~pyrogram.types.Poll`.
1919
- Added the field ``text_entities`` to the class :obj:`~pyrogram.types.PollOption`.

pyrogram/__init__.py

+1-1
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.1.30"
20+
__version__ = "2.1.31"
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)