line_bot v0.1.0 API Reference

Modules

A module for sending and receiving messages with the Line Messaging API.

An implementation of HTTPoison.Base for making API calls to the Messaging API.

This struct contains common metadata for each event that is passed to a LineBot event handler.

Represents any of the possible Message objects.

Represents any one of the possible Action objects.

Represents the video component of a LineBot.Message.Imagemap.t/0.

A GenServer that manages the OAuth token for Line API calls.

This module is a Plug that handles incoming events from the Line server, and forwards them to your LineBot callback.