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

Safe HaskellNone
LanguageHaskell98

Web.Slack.Types.User

Documentation

data User

Instances

Show User 
FromJSON User 

data Timezone

Constructors

Timezone 

Instances

Show Timezone 
FromJSON Timezone 

progileEmail :: Lens' Profile (Maybe Text)

profileTitle :: Lens' Profile (Maybe Text)

profileSkype :: Lens' Profile (Maybe Text)

profileRealName :: Lens' Profile (Maybe Text)

profilePhone :: Lens' Profile (Maybe Text)

profileLastName :: Lens' Profile (Maybe Text)

timezoneLabel :: Lens' Timezone Text

timezoneDesc :: Lens' Timezone (Maybe Text)

userName :: Lens' User Text

userId :: Lens' User UserId

userColor :: Lens' User Text

type Username = Text