slack_webhook_client/operations

Values

pub fn post_webhook_request(
  base: request.Request(a),
  team_id: String,
  channel_id: String,
  token_: String,
  data: schema.SlackMessage,
) -> request.Request(BitArray)
pub fn post_webhook_response(
  response: response.Response(a),
) -> Result(Result(Nil, response.Response(a)), b)
Search Document