Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ldub committed Oct 26, 2024
1 parent 73e134d commit 49b997b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Web/Slack/Experimental/Events/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,7 @@ data MessageEvent = MessageEvent
-- ^ Present if it's sent by a bot user
, attachments :: Maybe [MessageAttachment]
-- ^ @since 2.0.0.3
-- Present if the message has attachments. Slack doesn't have very good documentation about
-- the schema for message attachements, so if we're unable to decode it we'll just give the client
-- back an aeson Value to work with.
-- Present if the message has attachments
}
deriving stock (Show)

Expand Down

0 comments on commit 49b997b

Please sign in to comment.