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

Struct Entities

bridge/bridge.go:174–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174type Entities struct {
175 Media []Media `json:"media" xml:"media"`
176 Urls []URL `json:"urls" xml:"urls"`
177 UserMentions []UserMention `json:"user_mentions" xml:"user_mentions"`
178 Hashtags []Hashtag `json:"hashtags" xml:"hashtags"`
179}
180
181type URL struct {
182 XMLName xml.Name `xml:"urls" json:"-"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected