2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 04:48:06 +00:00

Remove APIKey class

This commit is contained in:
Dan 2018-04-05 13:05:27 +02:00
parent 942c20d08b
commit 73fbe60057

View File

@ -54,12 +54,6 @@ from .style import Markdown, HTML
log = logging.getLogger(__name__)
class APIKey:
def __init__(self, api_id: int, api_hash: str):
self.api_id = api_id
self.api_hash = api_hash
class Proxy:
def __init__(self, enabled: bool, hostname: str, port: int, username: str, password: str):
self.enabled = enabled