Pinned post

This commit is contained in:
2024-07-25 22:45:31 +08:00
parent c8d55d0b2c
commit 761d73100b
4 changed files with 29 additions and 3 deletions

View File

@ -17,6 +17,9 @@ type Account struct {
Reactions []Reaction `json:"reactions"`
ExternalID uint `json:"external_id"`
PinnedPost *Post `json:"pinned_post"`
PinnedPostID *uint `json:"pinned_post_id"`
TotalUpvote int `json:"total_upvote"`
TotalDownvote int `json:"total_downvote"`
}