line_bot v0.1.0 LineBot.Message.Sticker View Source

Represents a Sticker message.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %LineBot.Message.Sticker{
  packageId: String.t(),
  quickReply: LineBot.Message.QuickReply.t() | nil,
  stickerId: String.t(),
  type: :sticker
}