From d4ee8e3cf34501a009421f49b79f387f5094f498 Mon Sep 17 00:00:00 2001 From: fast-geek Date: Mon, 12 Apr 2021 18:21:59 +0300 Subject: [PATCH] Try to change from_id type --- telethon/tl/custom/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon/tl/custom/message.py b/telethon/tl/custom/message.py index c9f00ba0..4cdcefe3 100644 --- a/telethon/tl/custom/message.py +++ b/telethon/tl/custom/message.py @@ -210,7 +210,7 @@ class Message(ChatGetter, SenderGetter, TLObject): self.legacy = legacy self.edit_hide = edit_hide self.id = id - self.from_id = from_id + self.from_id = id self.peer_id = peer_id self.fwd_from = fwd_from self.via_bot_id = via_bot_id