LINE.Bot.Shop.Model.MissionStickerRequest (line_bot_sdk v0.1.0)

Copy Markdown

Send mission stickers (v3)

Summary

Types

t()

@type t() :: %LINE.Bot.Shop.Model.MissionStickerRequest{
  productId: String.t(),
  productType: String.t(),
  sendPresentMessage: boolean(),
  to: String.t()
}

Functions

decode(value)