mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 09:26:37 +03:00
Fix yet another typo
Never make commits in a rush from your phone.
This commit is contained in:
parent
60c5d0d8f4
commit
62467b6318
|
@ -804,7 +804,7 @@ class MessageMethods:
|
|||
if isinstance(result, types.UpdateShortSentMessage):
|
||||
message = types.Message(
|
||||
id=result.id,
|
||||
peer_id=await self.get_peer(entity),
|
||||
peer_id=await self._get_peer(entity),
|
||||
message=message,
|
||||
date=result.date,
|
||||
out=result.out,
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Versions should comply with PEP440.
|
||||
# This line is parsed in setup.py:
|
||||
__version__ = '1.17.3'
|
||||
__version__ = '1.17.4'
|
||||
|
|
Loading…
Reference in New Issue
Block a user