Amend: Changed connection import

This commit is contained in:
Lawrence
2019-07-19 14:41:05 +03:00
committed by GitHub
parent e40cd9f6a2
commit e3a457f84c
+2 -1
View File
@@ -21,7 +21,8 @@ import logging
import platform
import time
from telethon.network import ConnectionTcpMTProxyRandomizedIntermediate, ConnectionTcpFull
from telethon.network import (
ConnectionTcpMTProxyRandomizedIntermediate, ConnectionTcpFull)
from telethon.tl.patched import MessageService, Message
from telethon.tl.types import (
Channel, ChannelForbidden, Chat, ChatForbidden, MessageActionChannelMigrateFrom, PeerUser,