mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-06-18 02:56:39 +00: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):
|
if isinstance(result, types.UpdateShortSentMessage):
|
||||||
message = types.Message(
|
message = types.Message(
|
||||||
id=result.id,
|
id=result.id,
|
||||||
peer_id=await self.get_peer(entity),
|
peer_id=await self._get_peer(entity),
|
||||||
message=message,
|
message=message,
|
||||||
date=result.date,
|
date=result.date,
|
||||||
out=result.out,
|
out=result.out,
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# Versions should comply with PEP440.
|
# Versions should comply with PEP440.
|
||||||
# This line is parsed in setup.py:
|
# This line is parsed in setup.py:
|
||||||
__version__ = '1.17.3'
|
__version__ = '1.17.4'
|
||||||
|
Loading…
Reference in New Issue
Block a user