mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Remove all deprecated methods
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import abc
|
||||
import itertools
|
||||
import warnings
|
||||
|
||||
from .. import utils
|
||||
from ..errors import RPCError
|
||||
from ..tl import TLObject, types, functions
|
||||
from ..tl import TLObject, types
|
||||
|
||||
|
||||
async def _into_id_set(client, chats):
|
||||
|
Reference in New Issue
Block a user