-
构建转发消息的方式 ForwardMessageBuilder builder = new ForwardMessageBuilder(group);
builder.says(bot, "hello")
.says(bot, "word");
target.sendMessage(builder.build()); 版本:2.0-M2-2 |
Beta Was this translation helpful? Give feedback.
Answered by
Karlatemp
Feb 4, 2021
Replies: 1 comment 1 reply
Answer selected by
Karlatemp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
版本过旧