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;