Skip to content

Commit

Permalink
fix: remove old pyrogram depend
Browse files Browse the repository at this point in the history
  • Loading branch information
tangyoha committed Jun 18, 2023
1 parent fd67b07 commit 7da7cf1
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions module/get_chat_history_v2.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
# Pyrogram - Telegram MTProto API Client Library for Python
# Copyright (C) 2017-present Dan <https://github.com/delivrance>
#
# This file is part of Pyrogram.
#
# Pyrogram is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Pyrogram is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
"""Rewrite pyrogram.get_chat_history"""

from datetime import datetime
from typing import AsyncGenerator, Optional, Union
Expand Down Expand Up @@ -60,6 +44,9 @@ async def get_chunk_v2(
return messages


# pylint disable=C0301


async def get_chat_history_v2(
self: pyrogram.Client,
chat_id: Union[int, str],
Expand Down

0 comments on commit 7da7cf1

Please sign in to comment.