ExLine.Webhook.Message.Sticker (ExLine v0.1.0)

Copy Markdown View Source

Sticker message content.

Summary

Types

t()

@type t() :: %ExLine.Webhook.Message.Sticker{
  id: term(),
  keywords: term(),
  mark_as_read_token: term(),
  package_id: term(),
  quote_token: term(),
  quoted_message_id: term(),
  raw: term(),
  sticker_id: term(),
  sticker_resource_type: term(),
  text: term()
}