Utils.ApiHelpersSource ApiHelpers Api_Impl is a functor that wraps Api for simple functionalities such as sending texts
val send_text_msg :
ctx:Context.t ->
channel:string ->
text:string ->
Slack_t.post_message_res Slack_t.slack_response Lwt.tval update_text_msg :
ctx:Context.t ->
channel:string ->
update:string ->
ts:string ->
Slack_t.update_message_res Slack_t.slack_response Lwt.tval send_text_msg_as_user :
ctx:Context.t ->
channel:string ->
text:string ->
username:string ->
?icon_url:string ->
?icon_emoji:string ->
unit ->
Slack_t.post_message_res Slack_t.slack_response Lwt.tval get_channel_type :
ctx:Context.t ->
channel:string ->
(conversation_type, Slack_t.slack_api_error) Slack_t.http_response Lwt.t