add follows & followed by to legacyUser

This commit is contained in:
Valentine 2024-02-21 06:33:06 +03:00
parent 4f710ab596
commit 43897cad9f
2 changed files with 4 additions and 0 deletions

View file

@ -168,6 +168,8 @@ type (
ScreenName string `json:"screen_name"`
StatusesCount int `json:"statuses_count"`
Verified bool `json:"verified"`
FollowedBy bool `json:"followed_by"`
Following bool `json:"following"`
}
legacyUserV2 struct {