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

Safe HaskellNone
LanguageHaskell2010

Web.Slack.Types.Presence

Documentation

data Presence Source #

Constructors

Away 
Active 

Instances

Show Presence Source # 
FromJSON Presence Source # 

Methods

parseJSON :: Value -> Parser Presence

parseJSONList :: Value -> Parser [Presence]