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

Struct Hashtag

bridge/bridge.go:201–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201type Hashtag struct {
202 Text string `json:"text" xml:"text"`
203 Indices []int `json:"indices" xml:"-"`
204 Start int `json:"-" xml:"start,attr"`
205 End int `json:"-" xml:"end,attr"`
206}
207
208type UserMention struct {
209 Name string `json:"name" xml:"name"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected