Skip to content

Commit d72f85e

Browse files
committed
Update Pyrogram to v2.0.15
Update to Pyrogram v2.0.15 from the latest commit on the official repo https://github.com/pyrogram/pyrogram/
1 parent 6de00c4 commit d72f85e

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

pyrogram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# You should have received a copy of the GNU Lesser General Public License
1717
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818

19-
__version__ = "2.0.14"
19+
__version__ = "2.0.15"
2020
__license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
2121
__copyright__ = "Copyright (C) 2017-present Dan <https://github.com/delivrance>"
2222

pyrogram/enums/messages_filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
class MessagesFilter(AutoName):
24-
"""Messages filter enumeration used in used in :meth:`~pyrogram.Client.search_messages` and used in :meth:`~pyrogram.Client.search_global`"""
24+
"""Messages filter enumeration used in :meth:`~pyrogram.Client.search_messages` and :meth:`~pyrogram.Client.search_global`"""
2525

2626
EMPTY = raw.types.InputMessagesFilterEmpty
2727
"Empty filter (any kind of messages)"

pyrogram/storage/storage.py

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

1919
import base64
20-
import lzma
2120
import struct
2221
from typing import List, Tuple
2322

0 commit comments

Comments
 (0)