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

Struct StoryVideoVariant

bridge/bridge.go:396–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396type StoryVideoVariant struct {
397 URL string `json:"url" xml:"url"`
398 ContentType string `json:"content_type" xml:"content_type"`
399}
400
401type NewsArticle struct {
402 Title string `json:"title" xml:"title"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected