rsgraph 0.1.1

telegra.ph API bindings in Rust
Documentation
1
2
3
4
5
6
7
8
9
10


pub struct GetAccountInfo {
    access_token: String,
    // default: [“short_name”,“author_name”,“author_url”]
    // also available:  auth_url, page_count
    fields: Vec<String>,
}

// must return Account object