Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从机器人中选择一个 pdf 文件并通过 Web Api 发送它,但我没有获得任何文档,如果你能支持我,那将非常有帮助。
谢谢你。
您可以发送 PDF,但不能发送本地文件。它必须上传到某处或编码。因此,发送带有活动和contentUrl其中一个data:image/png;base64,${imageBase64}或https://www.example.com/path/to/file.pdf
contentUrl
data:image/png;base64,${imageBase64}
https://www.example.com/path/to/file.pdf
请参阅此评论中解释的更多信息。另请注意,不同渠道对附件的行为不同(请参阅同一线程中的对话结束)。
编辑:实际上,能够发送二进制文件的更改目前正在进行中。请看这里。