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

Struct Story

bridge/bridge.go:364–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364type Story struct {
365 Type string `json:"type" xml:"type"` // news or topic
366 Score float32 `json:"score" xml:"score"`
367 Data StoryData `json:"data" xml:"data"`
368 SocialProof SocialProof `json:"social_proof" xml:"social_proof"`
369}
370
371type StoryData struct {
372 Title string `json:"title" xml:"title"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected