XApiEx.Model.Post.Entities.UrlImage (x_api_ex v1.0.0)

An image preview within a URL entity.

Summary

Functions

Returns the value unchanged; this model has no nested structs to deserialize.

Types

t()

@type t() :: %XApiEx.Model.Post.Entities.UrlImage{
  height: number() | nil,
  url: String.t() | nil,
  width: number() | nil
}

Functions

decode(value)

@spec decode(map()) :: t()

Returns the value unchanged; this model has no nested structs to deserialize.