Skip to content

机器人在qq频道如何发送图片 #157

Discussion options

You must be logged in to vote

Image 适用于QQ频道。构建并发送一个 Image 即可。

Path path = Paths.get("xxx/你的图片.jpg");
PathResource resource = Resource.of(path);
ResourceImage image = Image.of(resource);

event.replyBlocking(image);
// or
event.getChannel().sendBlocking(image);

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@naozhong1564856979
Comment options

@ForteScarlet
Comment options

Answer selected by naozhong1564856979
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
组件:QQ 与QQ机器人组件有关的内容
2 participants