line_bot v0.1.0 LineBot.Message.Template.Confirm View Source

Represents a Confirm template.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %LineBot.Message.Template.Confirm{
  actions: [LineBot.Message.Action.t()],
  text: String.t(),
  type: :confirm
}