| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
ChatWork.Types.Base
- data Room = Room {
- roomToRoomId :: Int
- roomToName :: Text
- roomToIconPath :: Text
- data Account = Account {}
- data IconPreset
- data TaskStatus
- type AccountId = Int
Documentation
Constructors
| Room | |
Fields
| |
Constructors
| Account | |
Fields | |
data IconPreset Source #
use create new room see : http://developer.chatwork.com/ja/endpoint_rooms.html#POST-rooms
Constructors
| Group | |
| Check | |
| Document | |
| Meeting | |
| Event | |
| Project | |
| Business | |
| Study | |
| Security | |
| Star | |
| Idea | |
| Heart | |
| Magcup | |
| Beer | |
| Music | |
| Sports | |
| Travel |
Instances
data TaskStatus Source #
Instances