LINE.Bot.MessagingApi.Model.TemplateMessage (line_bot_sdk v0.2.0)

Copy Markdown

Summary

Types

t()

@type t() :: %LINE.Bot.MessagingApi.Model.TemplateMessage{
  altText: String.t(),
  quickReply: LINE.Bot.Model.QuickReply.t() | nil,
  sender: LINE.Bot.Model.Sender.t() | nil,
  template: LINE.Bot.Model.Template.t(),
  type: String.t()
}

Functions

decode(value)