line-1.0.1.0: Haskell SDK for the LINE API

Safe HaskellSafe
LanguageHaskell2010

Line.Messaging.Common.Types

Contents

Description

This module is to define aliases commonly used in other modules.

Synopsis

General types

type ID = Text Source #

A type alias to specify an identifier of something.

type URL = Text Source #

A type alias to specify a URL.

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.

type Postback = Text Source #

A type alias for postback data.