如何让麦麦上传群文件
#1062
Replies: 1 comment
-
napcat有相关api 我感觉要自己改adapter适配 以下摘自napcat issue 232 /upload_group_file - 已实现 /delete-group-file - 已实现,复用逻辑 /create_group_file_folder - 已实现,复用逻辑 /delete_group_folder - 已实现,复用逻辑 /get_group_file_system_info - 部分实现,只能获取群文件总数 /get_group_root_files - 已实现 /get_group_files_by_folder - 已实现 /get_group_file_url - 未实现,因为 NTQQ 文件下载方式已不是直接通过链接下载,请使用 /get_file /upload_private_file - 已实现 |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
想要实现一个插件的功能:麦麦收到特定的对话时,自动将本地磁盘里对应的非图片类型的文件上传到群文件中
Beta Was this translation helpful? Give feedback.
All reactions