From 73fbe600573fee4d0f77b2cd1bd83c245d3d7456 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Thu, 5 Apr 2018 13:05:27 +0200 Subject: [PATCH] Remove APIKey class --- pyrogram/client/client.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index ccadfb87..31b4b895 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -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