pub async fn do_forum_reply( ctx: &CoreCtx, token: &str, topic_id: i64, body: &str, quote_of: Option<i64>, ) -> Result<PlatformMessage>
forum reply core — reply to a topic, optionally quoting a post (auth).
forum reply