mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 21:10:29 +00:00
Ignore channel-only permissions in megagroups (#1292)
This commit is contained in:
@@ -340,6 +340,9 @@ class TelegramBaseClient(abc.ABC):
|
||||
self._self_input_peer = None
|
||||
self._bot = None
|
||||
|
||||
# A place to store if channels are a megagroup or not (see `edit_admin`)
|
||||
self._megagroup_cache = {}
|
||||
|
||||
# endregion
|
||||
|
||||
# region Properties
|
||||
|
Reference in New Issue
Block a user