add user's full name

This commit is contained in:
windowsdeveloperwannabe 2023-05-10 05:05:07 -07:00
parent 5081b46f68
commit 21d595ff42
3 changed files with 6 additions and 0 deletions

View file

@ -27,6 +27,7 @@ type (
IsReply bool
IsRetweet bool
Likes int
Name string
PermanentURL string
Photos []Photo
Place *Place