initial commits

master
Charles Iliya Krempeaux 2023-09-26 21:14:44 +09:00
parent dc72440189
commit ee95b98730
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ import (
"sourcecode.social/reiver/go-nul" "sourcecode.social/reiver/go-nul"
) )
// See:
// https://docs.joinmastodon.org/entities/PreviewCard/
type PreviewCard struct { type PreviewCard struct {
URL opt.Optional[string] `json:"url"` URL opt.Optional[string] `json:"url"`
Title opt.Optional[string] `json:"title"` Title opt.Optional[string] `json:"title"`