Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
This module is to define aliases commonly used in other modules.
- type ID = Text
- type URL = Text
- type ChannelSecret = Text
- type ChannelAccessToken = Text
- type Postback = Text
General types
LINE API types
type ChannelSecret = Text Source #
A type alias to specify a channel secret. About issueing and using the channel secret, please refer to corresponding LINE documentations.
type ChannelAccessToken = Text Source #
A type alias to specify a channel access token. About issueing and using the channel access token, please refer to corresponding LINE documentations.