LINE.Bot.Webhook.Model.TextMessageContent (line_bot_sdk v0.2.0)

Copy Markdown

Summary

Types

t()

@type t() :: %LINE.Bot.Webhook.Model.TextMessageContent{
  emojis: [LINE.Bot.Model.Emoji.t()] | nil,
  id: String.t(),
  markAsReadToken: String.t() | nil,
  mention: LINE.Bot.Model.Mention.t() | nil,
  quoteToken: String.t(),
  quotedMessageId: String.t() | nil,
  text: String.t(),
  type: String.t()
}

Functions

decode(value)