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

Struct PostReason

bluesky/blueskyapi.go:84–88  ·  view source on GitHub ↗

Specifically for reposts

Source from the content-addressed store, hash-verified

82
83// Specifically for reposts
84type PostReason struct {
85 Type string `json:"$type"`
86 By User `json:"by"`
87 IndexedAt time.Time `json:"indexedAt"`
88}
89
90type Embed struct {
91 Type string `json:"$type"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected