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: