From 75a8fcc8a07ad244147ec06a3bffa739cccac06b Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sat, 22 Mar 2025 23:39:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20=E4=BF=AE=E5=A4=8D=20Tele?= =?UTF-8?q?gram=20=E4=B8=8B=E9=9D=9E=E9=BB=98=E8=AE=A4=E7=BE=A4=E7=BB=84?= =?UTF-8?q?=E8=AF=9D=E9=A2=98=E5=BC=95=E7=94=A8=E6=B6=88=E6=81=AF=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=20#906?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astrbot/core/platform/sources/telegram/tg_event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrbot/core/platform/sources/telegram/tg_event.py b/astrbot/core/platform/sources/telegram/tg_event.py index d19017a4f..87fea26c6 100644 --- a/astrbot/core/platform/sources/telegram/tg_event.py +++ b/astrbot/core/platform/sources/telegram/tg_event.py @@ -43,7 +43,7 @@ class TelegramPlatformEvent(AstrMessageEvent): if has_reply: payload["reply_to_message_id"] = reply_message_id if message_thread_id: - payload["reply_to_message_id"] = message_thread_id + payload["message_thread_id"] = message_thread_id if isinstance(i, Plain): if at_user_id and not at_flag: