Crate telegraph_rs

source ·
Expand description

telegraph API binding in Rust

See https://telegra.ph/api for more information

§Examples

use telegraph_rs::{Telegraph, html_to_node};

let telegraph = Telegraph::new("test_account").create().await?;

let page = telegraph.create_page("title", &html_to_node("<p>Hello, world</p>"), false).await?;

Re-exports§

Modules§

Structs§

Type Aliases§