mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 12:57:52 +00:00
Remove APIKey class
This commit is contained in:
parent
942c20d08b
commit
73fbe60057
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user