chatwork-0.1.1.0: The ChatWork API in Haskell

Safe HaskellNone
LanguageHaskell2010

ChatWork.Types.Base

Contents

Synopsis

Documentation

data Room Source #

Constructors

Room 

Instances

Eq Room Source # 

Methods

(==) :: Room -> Room -> Bool #

(/=) :: Room -> Room -> Bool #

Show Room Source # 

Methods

showsPrec :: Int -> Room -> ShowS #

show :: Room -> String #

showList :: [Room] -> ShowS #

Generic Room Source # 

Associated Types

type Rep Room :: * -> * #

Methods

from :: Room -> Rep Room x #

to :: Rep Room x -> Room #

ToJSON Room Source # 
FromJSON Room Source # 
type Rep Room Source # 
type Rep Room = D1 (MetaData "Room" "ChatWork.Types.Base" "chatwork-0.1.1.0-6IxR16toq8IL2KakgS3CZC" False) (C1 (MetaCons "Room" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "roomToRoomId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)) ((:*:) (S1 (MetaSel (Just Symbol "roomToName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)) (S1 (MetaSel (Just Symbol "roomToIconPath") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))))

data IconPreset Source #

Orphan instances