longbridge 4.1.0

Longbridge OpenAPI SDK for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
//! Content related types

mod context;
mod types;

pub use context::ContentContext;
pub use types::{
    CreateReplyOptions, CreateTopicOptions, ListTopicRepliesOptions, MyTopicsOptions, NewsItem,
    OwnedTopic, TopicAuthor, TopicImage, TopicItem, TopicReply,
};