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

Copy Markdown

Summary

Types

t()

@type t() :: %LINE.Bot.MessagingApi.Model.StickerMessage{
  packageId: String.t(),
  quickReply: LINE.Bot.Model.QuickReply.t() | nil,
  quoteToken: String.t() | nil,
  sender: LINE.Bot.Model.Sender.t() | nil,
  stickerId: String.t(),
  type: String.t()
}

Functions

decode(value)