Skip to content

Commit

Permalink
fixup! Introduce chat.update bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade Lovelace committed Nov 19, 2022
1 parent 4bcd46e commit 37f005b
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions src/Web/Slack/Chat.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TemplateHaskell #-}

module Web.Slack.Chat (
PostMsg (..),
PostMsgReq (..),
mkPostMsgReq,
PostMsgRsp (..),
UpdateReq (..),
mkUpdateReq,
UpdateRsp (..),
) where
module Web.Slack.Chat
( PostMsg (..),
PostMsgReq (..),
mkPostMsgReq,
PostMsgRsp (..),
UpdateReq (..),
mkUpdateReq,
UpdateRsp (..),
)
where

import Web.FormUrlEncoded
import Web.Slack.Conversation (ConversationId)
Expand Down

0 comments on commit 37f005b

Please sign in to comment.