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

Struct CreateRecordPayload

bluesky/blueskyapi.go:204–208  ·  view source on GitHub ↗

Reposting/Retweeting

Source from the content-addressed store, hash-verified

202
203// Reposting/Retweeting
204type CreateRecordPayload struct {
205 Collection string `json:"collection"`
206 Repo string `json:"repo"`
207 Record interface{} `json:"record"`
208}
209
210type UpdateRecordPayload struct {
211 CreateRecordPayload

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected