关于群聊消息的转发
#2101
Replies: 2 comments
-
Could you explain why the |
Beta Was this translation helpful? Give feedback.
0 replies
-
你好,我指的群聊消息是那种多选之后合并转发的群聊消息,应该是msg.Type.MESSAGE_TYPE_CHAT_HISTORY这种类型的,这种类型用msg.forward(room)是不能转发的 |
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.
-
比如a发了一个群聊消息给我,我想直接转发给b,现在用msg.forward(room)这个接口不行,在api里面也没有看到相关的内容,请问这方面的功能应该如何实现呢
Beta Was this translation helpful? Give feedback.
All reactions