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

Safe HaskellNone
LanguageHaskell2010

Web.Slack.Types.Bot

Documentation

data Bot Source #

Constructors

Bot 

Fields

Instances

Show Bot Source # 

Methods

showsPrec :: Int -> Bot -> ShowS #

show :: Bot -> String #

showList :: [Bot] -> ShowS #

FromJSON Bot Source # 

Methods

parseJSON :: Value -> Parser Bot

parseJSONList :: Value -> Parser [Bot]

data BotIcons Source #

Constructors

BotIcons 

Instances

Show BotIcons Source # 
FromJSON BotIcons Source # 

Methods

parseJSON :: Value -> Parser BotIcons

parseJSONList :: Value -> Parser [BotIcons]

botName :: Lens' Bot Text Source #