stoat-rs 0.2.5

Stoat API Wrapper
Documentation
mod create_channel;
mod edit_channel;
mod edit_member;
mod edit_message;
mod edit_role;
mod edit_server;
mod edit_user;
mod edit_webhook;
mod execute_webhook;
mod fetch_messages;
mod send_message;

pub use create_channel::*;
pub use edit_channel::*;
pub use edit_member::*;
pub use edit_message::*;
pub use edit_role::*;
pub use edit_server::*;
pub use edit_user::*;
pub use edit_webhook::*;
pub use execute_webhook::*;
pub use fetch_messages::*;
pub use send_message::*;