initial commits
parent
d04f2c475f
commit
2c51288913
|
@ -4,6 +4,8 @@ import (
|
|||
"sourcecode.social/reiver/go-opt"
|
||||
)
|
||||
|
||||
// See:
|
||||
// https://docs.joinmastodon.org/entities/PreviewCard/#history
|
||||
type PreviewCardHistory struct {
|
||||
Day opt.Optional[string] `json:"day"`
|
||||
Accounts opt.Optional[string] `json:"accounts"`
|
||||
|
|
Loading…
Reference in New Issue