Figler.Schema.EmbedData (figler v0.1.0-beta.1)

Copy Markdown View Source

Generated Kiwi message module for EmbedData.

Summary

Types

t()

@type t() :: %Figler.Schema.EmbedData{
  description: String.t() | nil,
  embed_type: String.t() | nil,
  embed_version_id: String.t() | nil,
  favicon_image_hash: String.t() | nil,
  height: float() | nil,
  is_published_site: boolean() | nil,
  original_text: String.t() | nil,
  provider: String.t() | nil,
  src_url: String.t() | nil,
  thumbnail_image_hash: String.t() | nil,
  thumbnail_url: String.t() | nil,
  title: String.t() | nil,
  url: String.t() | nil,
  width: float() | nil
}

Functions

decode(binary)

encode(struct)

transform_module()