Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { ID string `json:"id"` Name string `json:"name"` UserName string `json:"username"` CreatedAt string `json:"created_at"` Description string `json:"description"` Entities common.Entities `json:"entities"` Location string `json:"location"` PinnedTweetID string `json:"pinned_tweet_id"` ProfileImageURL string `json:"profile_image_url"` Protected bool `json:"protected"` PublicMetrics UserMetrics `json:"public_metrics"` URL string `json:"url"` Verified bool `json:"verified"` WithHeld WithHeld `json:"withheld"` }
func LookupUsername ¶
func LookupUsernames ¶
Click to show internal directories.
Click to hide internal directories.