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

Struct CurrentUserRetweet

bridge/bridge.go:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 CurrentUserRetweet *CurrentUserRetweet `json:"current_user_retweet,omitempty" xml:"current_user_retweet,omitempty"`
81}
82type CurrentUserRetweet struct {
83 ID int64 `json:"id"`
84 IDStr string `json:"id_str"`
85}
86
87type TwitterUser struct {
88 XMLName xml.Name `xml:"user" json:"-"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected