| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Web.Slack.Group
Description
Documentation
Constructors
| Group | |
Fields
| |
Instances
| Eq Group # | |
| Show Group # | |
| Generic Group # | |
| FromJSON Group # | |
| type Rep Group # | |
Defined in Web.Slack.Group type Rep Group = D1 (MetaData "Group" "Web.Slack.Group" "slack-web-0.2.0.11-5hbfEypwKaJJSUIDKtDI3e" False) (C1 (MetaCons "Group" PrefixI True) ((S1 (MetaSel (Just "groupId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: (S1 (MetaSel (Just "groupName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "groupIsMpim") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Bool))) :*: ((S1 (MetaSel (Just "groupCreated") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 POSIXTime) :*: S1 (MetaSel (Just "groupCreator") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 UserId)) :*: (S1 (MetaSel (Just "groupIsArchived") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Bool) :*: S1 (MetaSel (Just "groupMembers") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [UserId]))))) | |