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

Safe HaskellNone
LanguageHaskell98

Web.Slack.Types.Id

Documentation

type UserId = Id TUser Source

type BotId = Id TBot Source

type ChannelId = Id TChannel Source

type FileId = Id TFile Source

type CommentId = Id TComment Source

type GroupId = Id TGroup Source

type IMId = Id TIM Source

type TeamId = Id TTeam Source

data Id a Source

Instances

Eq (Id a) 
Show (Id a) 
ToJSON (Id a) 
FromJSON (Id a) 

getId :: forall a a. Iso (Id a) (Id a) Text Text Source