mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Fix up typo from last commit
This commit is contained in:
@@ -804,7 +804,7 @@ class MessageMethods:
|
||||
if isinstance(result, types.UpdateShortSentMessage):
|
||||
message = types.Message(
|
||||
id=result.id,
|
||||
peer_id=await self.client.get_peer(entity),
|
||||
peer_id=await self.get_peer(entity),
|
||||
message=message,
|
||||
date=result.date,
|
||||
out=result.out,
|
||||
|
Reference in New Issue
Block a user