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

Copy Markdown

Statistics related to messages.

Summary

Types

t()

@type t() :: %LINE.Bot.Insight.Model.GetStatisticsPerUnitResponseOverview{
  uniqueClick: integer() | nil,
  uniqueImpression: integer() | nil,
  uniqueMediaPlayed: integer() | nil,
  uniqueMediaPlayed100Percent: integer() | nil
}

Functions

decode(value)