remove seqno

This commit is contained in:
andrew (from workstation) 2019-11-04 15:09:45 +01:00
parent ebeff15466
commit 46f540697d

View File

@ -65,8 +65,6 @@ class ChannelHistoryReadTask(AsyncTask):
webhook: str
http: aiohttp.ClientSession
seq_no: int = 0 # global mutable
def setup(self, client: pyrogram.Client, channel: pyrogram.Chat, webhook: str):
self.client = client
self.channel = channel