File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2121
2222
2323class 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)"
Original file line number Diff line number Diff line change 1717# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818
1919import base64
20- import lzma
2120import struct
2221from typing import List , Tuple
2322
You can’t perform that action at this time.
0 commit comments