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

Struct Size

bridge/bridge.go:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141type Size struct {
142 W int `json:"w" xml:"w"`
143 Resize string `json:"resize" xml:"resize"`
144 H int `json:"h" xml:"h"`
145}
146
147type MediaSize struct {
148 Thumb Size `json:"thumb" xml:"thumb"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected