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

Safe HaskellNone
LanguageHaskell2010

Web.Slack.Types.Self

Documentation

data Self Source #

Instances

Show Self Source # 

Methods

showsPrec :: Int -> Self -> ShowS #

show :: Self -> String #

showList :: [Self] -> ShowS #

FromJSON Self Source # 

Methods

parseJSON :: Value -> Parser Self

parseJSONList :: Value -> Parser [Self]

selfName :: Lens' Self Text Source #