Skip to content

Commit 18f2d25

Browse files
committed
Update Pyrogram to v2.2.20
1 parent 79dae45 commit 18f2d25

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Changes in this Fork
3535
| Scheme layer used: 223 |
3636
+------------------------+
3737

38+
- Added the :obj:`~pyrogram.types.MessageEntity` type :obj:`~pyrogram.enums.MessageEntityType.DATE_TIME`, allowing to show a formatted date and time to the user.
3839
- Added the fields ``chat_owner_left``, ``chat_owner_changed``, ``chat_has_protected_content_toggled`` and ``chat_has_protected_content_disable_requested`` to the class :obj:`~pyrogram.types.Message`.
3940
- Added the field ``can_edit_tag`` to the class :obj:`~pyrogram.types.ChatPermissions`.
4041
- Added the field ``tag`` to the class :obj:`~pyrogram.types.ChatMember`.

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.19"
20+
__version__ = "2.2.20"
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)