mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 09:26:37 +03:00
Rename packed file to peer_ref
This commit is contained in:
parent
c95e979119
commit
7e413e4ee2
|
@ -1,4 +1,4 @@
|
||||||
from .hash_cache import ChatHashCache
|
from .hash_cache import ChatHashCache
|
||||||
from .packed import PackedChat, PackedType
|
from .peer_ref import PackedChat, PackedType
|
||||||
|
|
||||||
__all__ = ["ChatHashCache", "PackedChat", "PackedType"]
|
__all__ = ["ChatHashCache", "PackedChat", "PackedType"]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
from typing import Any, Optional, Sequence
|
from typing import Any, Optional, Sequence
|
||||||
|
|
||||||
from ...tl import abcs, types
|
from ...tl import abcs, types
|
||||||
from .packed import PackedChat, PackedType
|
from .peer_ref import PackedChat, PackedType
|
||||||
|
|
||||||
|
|
||||||
class ChatHashCache:
|
class ChatHashCache:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user