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

Safe HaskellNone
LanguageHaskell2010

Web.Slack.Types.IM

Documentation

data IM Source #

Constructors

IM 

Instances

Show IM Source # 

Methods

showsPrec :: Int -> IM -> ShowS #

show :: IM -> String #

showList :: [IM] -> ShowS #

FromJSON IM Source # 

Methods

parseJSON :: Value -> Parser IM

parseJSONList :: Value -> Parser [IM]

imIsIm :: Lens' IM Bool Source #

imId :: Lens' IM IMId Source #