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

Struct CreatePostRecord

bluesky/blueskyapi.go:228–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228type CreatePostRecord struct {
229 Type string `json:"$type"`
230 Text string `json:"text"`
231 CreatedAt FTime `json:"createdAt"`
232 Reply *ReplySubject `json:"reply,omitempty"`
233 Facets []Facet `json:"facets,omitempty"`
234 Embed *Embed `json:"embed,omitempty"`
235}
236
237type Subject struct {
238 URI string `json:"uri"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected