akkoma/lib/pleroma/web/rich_media/data.ex

4 lines
100 B
Elixir
Raw Normal View History

2019-01-01 20:26:40 +00:00
defmodule Pleroma.Web.RichMedia.Data do
defstruct [:title, :type, :image, :url, :description]
end