1 parent 0866dfa commit 55010e4Copy full SHA for 55010e4
1 file changed
pyrogram/connection/connection.py
@@ -31,7 +31,8 @@ class Connection:
31
MODES = {
32
0: TCPFull,
33
1: TCPAbridged,
34
- 2: TCPIntermediate
+ 2: TCPIntermediate,
35
+ 3: TCPAbridgedO
36
}
37
38
def __init__(self, address: tuple, proxy: dict, mode: int = 1):
0 commit comments