line_bot v0.1.0 LineBot.Message.Action.Postback View Source

Represents a Postback action.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %LineBot.Message.Action.Postback{
  data: String.t(),
  displayText: String.t(),
  label: String.t(),
  type: :postback
}