Skip to main content

do_forum_reply

Function do_forum_reply 

Source
pub async fn do_forum_reply(
    ctx: &CoreCtx,
    token: &str,
    topic_id: i64,
    body: &str,
    quote_of: Option<i64>,
) -> Result<PlatformMessage>
Expand description

forum reply core — reply to a topic, optionally quoting a post (auth).