How can I send a message to a specific topic? I have a forum id and a messageThreadId for the topic. I am sending using the SendMessage method. But for some reason the message comes to general. What steps am I missing?
Currently, you need to use getMessageThread first to get information about the thread.
As a temporarily workaround, you can also pass message thread identifier as message identifier to getMessage.
How can I send a message to a specific topic? I have a forum id and a messageThreadId for the topic. I am sending using the SendMessage method. But for some reason the message comes to general. What steps am I missing?