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

Struct RecordValue

bluesky/blueskyapi.go:295–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295type RecordValue struct { // TODO: Figure out how to make it get different types of records
296 Reply *ReplySubject `json:"reply,omitempty"`
297 CreatedAt FTime `json:"createdAt,omitempty"`
298 Description string `json:"description,omitempty"`
299 DisplayName string `json:"displayName,omitempty"`
300 Avatar Blob `json:"avatar,omitempty"`
301}
302
303type Relationships struct {
304 DID string `json:"did"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected