initial commits
parent
dc72440189
commit
ee95b98730
|
@ -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"`
|
||||||
|
|
Loading…
Reference in New Issue