add user's full name
This commit is contained in:
parent
5081b46f68
commit
21d595ff42
3 changed files with 6 additions and 0 deletions
1
types.go
1
types.go
|
|
@ -27,6 +27,7 @@ type (
|
|||
IsReply bool
|
||||
IsRetweet bool
|
||||
Likes int
|
||||
Name string
|
||||
PermanentURL string
|
||||
Photos []Photo
|
||||
Place *Place
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue