mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 21:07:59 +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__)
|
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:
|
class Proxy:
|
||||||
def __init__(self, enabled: bool, hostname: str, port: int, username: str, password: str):
|
def __init__(self, enabled: bool, hostname: str, port: int, username: str, password: str):
|
||||||
self.enabled = enabled
|
self.enabled = enabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user