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

Struct Embed

bluesky/blueskyapi.go:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90type Embed struct {
91 Type string `json:"$type"`
92 Images []Image `json:"images,omitempty"`
93 Video `json:",omitempty"`
94}
95
96type Image struct {
97 Alt string `json:"alt"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected