mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-04 19:12:29 +00:00
Rename packed file to peer_ref
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from .hash_cache import ChatHashCache
|
||||
from .packed import PackedChat, PackedType
|
||||
from .peer_ref import PackedChat, PackedType
|
||||
|
||||
__all__ = ["ChatHashCache", "PackedChat", "PackedType"]
|
||||
|
@@ -1,7 +1,7 @@
|
||||
from typing import Any, Optional, Sequence
|
||||
|
||||
from ...tl import abcs, types
|
||||
from .packed import PackedChat, PackedType
|
||||
from .peer_ref import PackedChat, PackedType
|
||||
|
||||
|
||||
class ChatHashCache:
|
||||
|
Reference in New Issue
Block a user