mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 12:59:46 +00:00
Support exclusive conversations by default
This commit is contained in:
@@ -272,6 +272,7 @@ class TelegramBaseClient(abc.ABC):
|
||||
# Some further state for subclasses
|
||||
self._event_builders = []
|
||||
self._conversations = {}
|
||||
self._ids_in_conversations = {} # chat_id: count
|
||||
|
||||
# Default parse mode
|
||||
self._parse_mode = markdown
|
||||
|
Reference in New Issue
Block a user