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