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

Struct SocialProof

bridge/bridge.go:413–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413type SocialProof struct {
414 Type string `json:"social_proof_type" xml:"social_proof_type"` // social or query
415 ReferencedBy SocialProofedReferencedBy `json:"referenced_by" xml:"referenced_by"`
416}
417
418type SocialProofedReferencedBy struct {
419 Statuses []Tweet `json:"statuses" xml:"statuses"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected