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

Copy Markdown

An object representing a mention substitution.

Summary

Types

t()

@type t() :: %LINE.Bot.MessagingApi.Model.MentionSubstitutionObject{
  mentionee: LINE.Bot.Model.MentionTarget.t(),
  type: String.t()
}

Functions

decode(value)