Skip to main content

create_post

Function create_post 

Source
pub async fn create_post(
    client: &MoltbookClient,
    title: Option<String>,
    content: Option<String>,
    url: Option<String>,
    submolt: Option<String>,
    title_pos: Option<String>,
    submolt_pos: Option<String>,
    content_pos: Option<String>,
    url_pos: Option<String>,
) -> Result<(), ApiError>