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

Struct Image

bluesky/blueskyapi.go:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96type Image struct {
97 Alt string `json:"alt"`
98 AspectRatio AspectRatio `json:"aspectRatio"`
99 Image Blob `json:"image"`
100}
101
102type Video struct {
103 Alt string `json:"alt"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected