LINE.Bot.Insight.Model.GetMessageEventResponse (line_bot_sdk v0.1.0)

Copy Markdown

Statistics about how users interact with narrowcast messages or broadcast messages sent from your LINE Official Account.

Summary

Types

t()

@type t() :: %LINE.Bot.Insight.Model.GetMessageEventResponse{
  clicks: [LINE.Bot.Model.GetMessageEventResponseClick.t()] | nil,
  messages: [LINE.Bot.Model.GetMessageEventResponseMessage.t()] | nil,
  overview: LINE.Bot.Model.GetMessageEventResponseOverview.t() | nil
}

Functions

decode(value)