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

Struct StoryVideoInfo

bridge/bridge.go:392–394  ·  view source on GitHub ↗

speculating, is this for proper video support?

Source from the content-addressed store, hash-verified

390
391// speculating, is this for proper video support?
392type StoryVideoInfo struct {
393 Variants []StoryVideoVariant `json:"variants" xml:"variants"`
394}
395
396type StoryVideoVariant struct {
397 URL string `json:"url" xml:"url"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected