sfr-types 0.1.2

The crate has shared types in `slack-framework-rs`.
Documentation
1
2
3
4
5
6
7
8
9
//! The types that represents a response.

pub(crate) mod chat_post_message;
pub(crate) mod files_complete_upload_external;
pub(crate) mod files_get_upload_url_external;
pub(crate) mod files_info;
pub(crate) mod files_remote_add;
pub(crate) mod files_upload;
pub(crate) mod oauth_v2_access;