github.com/wtfutil/wtf@v0.43.0/modules/twitter/user.go (about)

     1  package twitter
     2  
     3  // User is used as part of the Tweet struct to get user information
     4  type User struct {
     5  	ScreenName string `json:"screen_name"`
     6  }