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

Struct StoryURL

bridge/bridge.go:378–381  ·  view source on GitHub ↗

cringe that i need these multiple

Source from the content-addressed store, hash-verified

376// cringe that i need these multiple
377
378type StoryURL struct {
379 DisplayURL string `json:"display_url" xml:"display_url"`
380 ExpandedURL string `json:"expanded_url" xml:"expanded_url"`
381}
382
383type StoryMediaInfo struct {
384 MediaURL string `json:"media_url" xml:"media_url"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected