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

Struct PostInteractionRecord

bluesky/blueskyapi.go:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222type PostInteractionRecord struct {
223 Type string `json:"$type"`
224 CreatedAt string `json:"createdAt"`
225 Subject interface{} `json:"subject"`
226}
227
228type CreatePostRecord struct {
229 Type string `json:"$type"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected