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

Struct PostRecord

bluesky/blueskyapi.go:73–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73type PostRecord struct {
74 Type string `json:"$type"`
75 CreatedAt FTime `json:"createdAt"`
76 Embed Embed `json:"embed,omitempty"`
77 Facets []Facet `json:"facets,omitempty"`
78 Langs []string `json:"langs,omitempty"`
79 Text string `json:"text,omitempty"`
80 Reply *ReplySubject `json:"reply,omitempty"`
81}
82
83// Specifically for reposts
84type PostReason struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected