LINE. Bot. Liff. Model. LiffApp
(line_bot_sdk v0.1.0)
Copy Markdown
Summary
Types
@type t() :: %LINE.Bot.Liff.Model.LiffApp{ botPrompt: LINE.Bot.Model.LiffBotPrompt.t() | nil, description: String.t() | nil, features: LINE.Bot.Model.LiffFeatures.t() | nil, liffId: String.t() | nil, permanentLinkPattern: String.t() | nil, scope: [LINE.Bot.Model.LiffScope.t()] | nil, view: LINE.Bot.Model.LiffView.t() | nil }