Parse user stats as ints, not strings, cleanup

This commit is contained in:
Zed
2022-01-16 03:32:18 +01:00
parent 54330f0b0c
commit fcfc1ef497
6 changed files with 18 additions and 19 deletions

View File

@@ -48,17 +48,16 @@ type
id*: string
username*: string
fullname*: string
lowername*: string
location*: string
website*: string
bio*: string
userPic*: string
banner*: string
following*: string
followers*: string
tweets*: string
likes*: string
media*: string
following*: int
followers*: int
tweets*: int
likes*: int
media*: int
verified*: bool
protected*: bool
suspended*: bool