1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
wtf/twitter/user.go

7 lines
146 B
Go

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