slack-api-0.12: Bindings to the Slack RTM API.

Safe HaskellNone
LanguageHaskell2010

Web.Slack.Types.Topic

Documentation

data Topic Source #

Constructors

Topic 

Fields

Instances

Show Topic Source # 

Methods

showsPrec :: Int -> Topic -> ShowS #

show :: Topic -> String #

showList :: [Topic] -> ShowS #

FromJSON Topic Source # 

Methods

parseJSON :: Value -> Parser Topic

parseJSONList :: Value -> Parser [Topic]

topicValue :: Lens' Topic Text Source #

topicCreator :: Lens' Topic Text Source #