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