MCPcopy Create free account
hub / github.com/Preloading/TwitterAPIBridge / Post

Struct Post

bluesky/blueskyapi.go:151–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 Pinned bool `json:"pinned"`
150}
151type Post struct {
152 Subject
153 Author User `json:"author"`
154 Record PostRecord `json:"record"`
155 // Embed Embed `json:"embed"`
156 ReplyCount int `json:"replyCount"`
157 RepostCount int `json:"repostCount"`
158 LikeCount int `json:"likeCount"`
159 QuoteCount int `json:"quoteCount"`
160 IndexedAt time.Time `json:"indexedAt"`
161 Viewer PostViewer `json:"viewer"`
162}
163
164type Feed struct {
165 Post Post `json:"post"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected