Safe Haskell | None |
---|---|
Language | Haskell2010 |
Web.Slack.State
Documentation
Constructors
Slack | |
Fields
|
Constructors
Meta | |
Fields
|
data SlackState s Source #
Constructors
SlackState | |
Fields
|
Instances
Show s => Show (SlackState s) Source # | |
MonadState (SlackState s) (Slack s) Source # | |
userState :: forall s s. Lens (SlackState s) (SlackState s) s s Source #
session :: forall s. Lens' (SlackState s) SlackSession Source #
meta :: forall s. Lens' (SlackState s) Metainfo Source #
config :: forall s. Lens' (SlackState s) SlackConfig Source #
msgCounter :: Lens' Metainfo Int Source #
metaConnection :: Lens' Metainfo Connection Source #
connection :: Lens' (SlackState s) Connection Source #