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

Struct ThreadRoot

bluesky/blueskyapi.go:199–201  ·  view source on GitHub ↗

This is solely for the purpose of unmarshalling the response from the API

Source from the content-addressed store, hash-verified

197
198// This is solely for the purpose of unmarshalling the response from the API
199type ThreadRoot struct {
200 Thread Thread `json:"thread"`
201}
202
203// Reposting/Retweeting
204type CreateRecordPayload struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected