bpi-rs 0.2.0

Bilibili API client library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! 消息

mod client;
pub mod msg;
pub mod params;
pub mod private_msg;
pub mod private_msg_content;
pub mod settings;

pub use client::MessageClient;
pub use params::{
    MessageReplyFeedParams, MessageSingleUnreadParams, MessageUnreadCountParams, SingleUnreadType,
};
pub use private_msg::MessageSendParams;