remove seqno
This commit is contained in:
parent
ebeff15466
commit
46f540697d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user