LINE.Bot.Webhook.Model.CallbackRequest (line_bot_sdk v0.2.0)

Copy Markdown

The request body contains a JSON object with the user ID of a bot that should receive webhook events and an array of webhook event objects.

Summary

Types

t()

@type t() :: %LINE.Bot.Webhook.Model.CallbackRequest{
  destination: String.t(),
  events: [LINE.Bot.Model.Event.t()]
}

Functions

decode(value)