Ignore channel-only permissions in megagroups (#1292)

This commit is contained in:
YouTwitFace
2019-10-11 12:04:41 -04:00
committed by Lonami
parent 09f27f0dd7
commit b862f215c5
2 changed files with 16 additions and 0 deletions

View File

@@ -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