Remove unused request_msg_id from the TLObject class

This commit is contained in:
Lonami Exo 2017-12-20 17:48:41 +01:00
parent c848ae0ace
commit 23ab70fc29

View File

@ -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