mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-05 00:35:10 +00:00
Add TCPAbridgedO to Connection modes
This commit is contained in:
@@ -31,7 +31,8 @@ class Connection:
|
||||
MODES = {
|
||||
0: TCPFull,
|
||||
1: TCPAbridged,
|
||||
2: TCPIntermediate
|
||||
2: TCPIntermediate,
|
||||
3: TCPAbridgedO
|
||||
}
|
||||
|
||||
def __init__(self, address: tuple, proxy: dict, mode: int = 1):
|
||||
|
Reference in New Issue
Block a user