From 7ceb2e0b250c8d35c610cf597ee09864b916aed6 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Sun, 10 Mar 2024 10:53:32 +0100 Subject: [PATCH] Add missing quick_reply_shortcut_id --- telethon/tl/custom/message.py | 1 + 1 file changed, 1 insertion(+) diff --git a/telethon/tl/custom/message.py b/telethon/tl/custom/message.py index bcdcf46c..d479bef1 100644 --- a/telethon/tl/custom/message.py +++ b/telethon/tl/custom/message.py @@ -212,6 +212,7 @@ class Message(ChatGetter, SenderGetter, TLObject): self.reactions = reactions self.restriction_reason = restriction_reason self.ttl_period = ttl_period + self.quick_reply_shortcut_id = quick_reply_shortcut_id # Copied from MessageService.__init__ body self.action = action