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

Struct RetweetedTweet

bridge/bridge.go:40–43  ·  view source on GitHub ↗

RetweetedTweet is a special case of Tweet for retweets to avoid XML naming conflicts

Source from the content-addressed store, hash-verified

38
39// RetweetedTweet is a special case of Tweet for retweets to avoid XML naming conflicts
40type RetweetedTweet struct {
41 Tweet
42 XMLName xml.Name `xml:"retweeted_status" json:"-"` // Ahhhh, XML f u n.
43}
44
45// https://web.archive.org/web/20120708212016/https://dev.twitter.com/docs/platform-objects/tweets
46type Tweet struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected