如何给qq上传文件
#588
Replies: 1 comment 2 replies
-
你可以直接 call api,data 就按照 api 的 body 填写 dict,不需要 message segment |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我用的是Lagrange.OneBot + nonebot,我现在遇到一个问题,我想把本地的文件上传到qq群里,我不知道该怎么上传,我的理解是如果是oneBot基础的接口是可以直接调用bot.call_api获取信息,如果是扩展接口,是不是就得自己写post请求啊,比如说我现在这个上传文件的接口就需要手动写一个post请求去调用,是这样的意思吗,有没有大佬救救


Beta Was this translation helpful? Give feedback.
All reactions