mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-01-24 08:14:14 +03:00
Add stub .get_input_entity() to TelegramBareClient
.resolve() calls should now work even if the subclass isn't in use.
This commit is contained in:
parent
1c9fa76ede
commit
f6d98a61cf
|
@ -556,6 +556,13 @@ class TelegramBareClient:
|
||||||
(code request sent and confirmed)?"""
|
(code request sent and confirmed)?"""
|
||||||
return self._authorized
|
return self._authorized
|
||||||
|
|
||||||
|
def get_input_entity(self, peer):
|
||||||
|
"""
|
||||||
|
Stub method, no functionality so that calling
|
||||||
|
``.get_input_entity()`` from ``.resolve()`` doesn't fail.
|
||||||
|
"""
|
||||||
|
return peer
|
||||||
|
|
||||||
# endregion
|
# endregion
|
||||||
|
|
||||||
# region Updates handling
|
# region Updates handling
|
||||||
|
|
Loading…
Reference in New Issue
Block a user