-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[Bug]Telegram 适配器对附件消息的 caption 处理不一致 #7000
Copy link
Copy link
Closed
Labels
area:platformThe bug / feature is about IM platform adapter, such as QQ, Lark, Telegram, WebChat and so on.The bug / feature is about IM platform adapter, such as QQ, Lark, Telegram, WebChat and so on.bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
area:platformThe bug / feature is about IM platform adapter, such as QQ, Lark, Telegram, WebChat and so on.The bug / feature is about IM platform adapter, such as QQ, Lark, Telegram, WebChat and so on.bugSomething isn't workingSomething isn't working
What happened / 发生了什么
当前观察到:
photo分支会把caption写入message.message_str,并追加Comp.Plain(...)document分支没有处理captionvideo分支也没有处理captionReproduce / 如何复现?
Comp.File/Comp.Videoevent.message_str为空,说明文字丢失AstrBot version, deployment method (e.g., Windows Docker Desktop deployment), provider used, and messaging platform used. / AstrBot 版本、部署方式(如 Windows Docker Desktop 部署)、使用的提供商、使用的消息平台适配器
telegram平台适配器
OS
Linux
Logs / 报错日志
建议统一处理 Telegram 附件 caption,至少覆盖:
photodocumentvideoAre you willing to submit a PR? / 你愿意提交 PR 吗?
Code of Conduct