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

Struct TopicUserSuggestions

bridge/bridge.go:496–501  ·  view source on GitHub ↗

https://web.archive.org/web/20120516160741/https://dev.twitter.com/docs/api/1/get/users/suggestions/%3Aslug

Source from the content-addressed store, hash-verified

494
495// https://web.archive.org/web/20120516160741/https://dev.twitter.com/docs/api/1/get/users/suggestions/%3Aslug
496type TopicUserSuggestions struct {
497 Name string `json:"name" xml:"name"`
498 Slug string `json:"slug" xml:"slug"`
499 Size int `json:"size" xml:"size"`
500 Users []*TwitterUser `json:"users" xml:"users"`
501}
502
503// Search Ahead
504// https://web.archive.org/web/20220427214446/https://twitter.com/i/search/typeahead.json?count=20&filters=true&result_type=true&src=COMPOSE&q=firat_ber

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected