sfr-types 0.1.2

The crate has shared types in `slack-framework-rs`.
Documentation
1
2
3
4
5
//! The types that represents a request of `chat.*`.
//!
//! <https://api.slack.com/methods?query=chat.>

pub mod chat_post_message;