slack-api-0.12: Bindings to the Slack RTM API.
Web.Slack.Types.Bot
data Bot Source #
Constructors
Fields
Instances
Methods
showsPrec :: Int -> Bot -> ShowS #
show :: Bot -> String #
showList :: [Bot] -> ShowS #
parseJSON :: Value -> Parser Bot
parseJSONList :: Value -> Parser [Bot]
data BotIcons Source #
showsPrec :: Int -> BotIcons -> ShowS #
show :: BotIcons -> String #
showList :: [BotIcons] -> ShowS #
parseJSON :: Value -> Parser BotIcons
parseJSONList :: Value -> Parser [BotIcons]
botName :: Lens' Bot Text Source #
botId :: Lens' Bot BotId Source #
botIcons :: Lens' Bot (Maybe BotIcons) Source #
botIconImage48 :: Iso' BotIcons (Maybe URL) Source #