Fix yet another typo

Never make commits in a rush from your phone.
This commit is contained in:
Lonami Exo 2020-10-23 21:27:39 +02:00
parent 60c5d0d8f4
commit 62467b6318
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,3 +1,3 @@
# Versions should comply with PEP440.
# This line is parsed in setup.py:
__version__ = '1.17.3'
__version__ = '1.17.4'