@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()
}