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

Struct MediaSize

bridge/bridge.go:147–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147type MediaSize struct {
148 Thumb Size `json:"thumb" xml:"thumb"`
149 Small Size `json:"small" xml:"small"`
150 Medium Size `json:"medium" xml:"medium"`
151 Large Size `json:"large" xml:"large"`
152}
153
154type Media struct {
155 XMLName xml.Name `xml:"media" json:"-"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected