forked from AkkomaGang/akkoma
4 lines
100 B
Elixir
4 lines
100 B
Elixir
|
defmodule Pleroma.Web.RichMedia.Data do
|
||
|
defstruct [:title, :type, :image, :url, :description]
|
||
|
end
|