| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Web.Slack.Types.Item
Documentation
data EmbeddedItem Source #
Constructors
| EmbeddedMessageItem ChannelId SlackTimeStamp | |
| EmbeddedFileItem FileId | |
| EmbeddedFileCommentItem FileId CommentId |
Instances
| Show EmbeddedItem Source # | |
| FromJSON EmbeddedItem Source # | |
data MessageUpdate Source #
Constructors
| MessageUpdate | |
Fields | |
Instances
| Show MessageUpdate Source # | |
| FromJSON MessageUpdate Source # | |
Constructors
| Edited | |
Fields | |
messageUpdateUser :: Lens' MessageUpdate UserId Source #
messageUpdateTime :: Lens' MessageUpdate SlackTimeStamp Source #
messageUpdateText :: Lens' MessageUpdate Text Source #
messageUpdateEdited :: Lens' MessageUpdate (Maybe Edited) Source #
messagePermalink :: Lens' MessageUpdate (Maybe URL) Source #
editedUser :: Lens' Edited UserId Source #
editTimestap :: Lens' Edited SlackTimeStamp Source #