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

Struct Retweet

bridge/bridge.go:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34type Retweet struct {
35 Tweet
36 RetweetedStatus Tweet `json:"retweeted_status"`
37}
38
39// RetweetedTweet is a special case of Tweet for retweets to avoid XML naming conflicts
40type RetweetedTweet struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected