Skip to main content

do_forum_create

Function do_forum_create 

Source
pub async fn do_forum_create(
    ctx: &CoreCtx,
    token: &str,
    title: &str,
    category_slug: &str,
    body: &str,
) -> Result<PlatformMessage>
Expand description

forum new core — create a topic + OP post (auth).