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

Struct PostViewer

bluesky/blueskyapi.go:141–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141type PostViewer struct {
142 Repost *string `json:"repost"`
143 Like *string `json:"like"` // Can someone please tell me why this is a string.
144 Muted bool `json:"muted"`
145 BlockedBy bool `json:"blockedBy"`
146 ThreadMute bool `json:"threadMute"`
147 ReplyDisabled bool `json:"replyDisabled"`
148 EmbeddingDisabled bool `json:"embeddingDisabled"`
149 Pinned bool `json:"pinned"`
150}
151type Post struct {
152 Subject
153 Author User `json:"author"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected