1 parent 98ebad3 commit cc2c350Copy full SHA for cc2c350
1 file changed
pyrogram/connection/connection.py
@@ -32,7 +32,8 @@ class Connection:
32
0: TCPFull,
33
1: TCPAbridged,
34
2: TCPIntermediate,
35
- 3: TCPAbridgedO
+ 3: TCPAbridgedO,
36
+ 4: TCPIntermediateO
37
}
38
39
def __init__(self, address: tuple, proxy: dict, mode: int = 1):
0 commit comments