LINE.Bot.Liff.Model.AddLiffAppRequest (line_bot_sdk v0.1.0)

Copy Markdown

Summary

Types

t()

@type t() :: %LINE.Bot.Liff.Model.AddLiffAppRequest{
  botPrompt: LINE.Bot.Model.LiffBotPrompt.t() | nil,
  description: String.t() | nil,
  features: LINE.Bot.Model.LiffFeatures.t() | nil,
  permanentLinkPattern: String.t() | nil,
  scope: [LINE.Bot.Model.LiffScope.t()] | nil,
  view: LINE.Bot.Model.LiffView.t()
}

Functions

decode(value)