mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-10 18:59:33 +00:00
Completely overhaul errors to be generated dynamically
This commit is contained in:
@@ -7,7 +7,7 @@ from datetime import datetime, timezone, timedelta
|
||||
from io import BytesIO
|
||||
from struct import unpack
|
||||
|
||||
from ..errors import TypeNotFoundError
|
||||
from ..errors._custom import TypeNotFoundError
|
||||
from .. import _tl
|
||||
from ..types import _core
|
||||
|
||||
|
@@ -3,7 +3,7 @@ import itertools
|
||||
|
||||
from .._misc import utils
|
||||
from .. import _tl
|
||||
from ..sessions.types import Entity
|
||||
from .._sessions.types import Entity
|
||||
|
||||
# Which updates have the following fields?
|
||||
_has_field = {
|
||||
|
Reference in New Issue
Block a user