mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Remove unused request_msg_id from the TLObject class
This commit is contained in:
parent
c848ae0ace
commit
23ab70fc29
|
@ -4,8 +4,6 @@ from threading import Event
|
|||
|
||||
class TLObject:
|
||||
def __init__(self):
|
||||
self.request_msg_id = 0 # Long
|
||||
|
||||
self.confirm_received = Event()
|
||||
self.rpc_error = None
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user