Update Telethon and use PyPI telethon-aio package

This commit is contained in:
Tulir Asokan
2018-03-04 13:35:24 +02:00
parent 172e472221
commit 021b60a45e
18 changed files with 37 additions and 38 deletions
+4 -4
View File
@@ -25,10 +25,10 @@ import re
import magic
from telethon.tl.functions.messages import *
from telethon.tl.functions.channels import *
from telethon.errors.rpc_error_list import *
from telethon.tl.types import *
from telethon_aio.tl.functions.messages import *
from telethon_aio.tl.functions.channels import *
from telethon_aio.errors.rpc_error_list import *
from telethon_aio.tl.types import *
from mautrix_appservice import MatrixRequestError, IntentError
from .db import Portal as DBPortal, Message as DBMessage