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

Struct Thread

bluesky/blueskyapi.go:191–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191type Thread struct {
192 Type string `json:"$type"`
193 Post Post `json:"post"`
194 Parent *Thread `json:"parent"`
195 Replies *[]Thread `json:"replies"`
196}
197
198// This is solely for the purpose of unmarshalling the response from the API
199type ThreadRoot struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected