mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-03-31 07:52:15 +02:00
3 lines
100 B
Elixir
3 lines
100 B
Elixir
defmodule Pleroma.Web.RichMedia.Data do
|
|
defstruct [:title, :type, :image, :url, :description]
|
|
end
|