kmttAPI
0.3.2
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
kmttAPI
/
kmtt.models
/
TweetUser
Tweet
User
data
class
TweetUser
(
createdAt
:
Long
?
,
followersCount
:
Long
?
,
friendsCount
:
Long
?
,
id
:
Long
?
,
name
:
String
?
,
profileImageUrl
:
String
?
,
profileImageUrlBigger
:
String
?
,
screenName
:
String
?
,
statusesCount
:
Long
?
)
Content copied to clipboard
Constructors
Properties
Parameters
Parameters
created
At
followers
Count
friends
Count
id
name
profile
Image
Url
profile
Image
Url
Bigger
screen
Name
statuses
Count
Constructors
Tweet
User
Link copied to clipboard
fun
TweetUser
(
createdAt
:
Long
?
=
null
,
followersCount
:
Long
?
=
null
,
friendsCount
:
Long
?
=
null
,
id
:
Long
?
=
null
,
name
:
String
?
=
null
,
profileImageUrl
:
String
?
=
null
,
profileImageUrlBigger
:
String
?
=
null
,
screenName
:
String
?
=
null
,
statusesCount
:
Long
?
=
null
)
Content copied to clipboard
Properties
createdAt
Link copied to clipboard
val
createdAt
:
Long
?
=
null
Content copied to clipboard
followersCount
Link copied to clipboard
val
followersCount
:
Long
?
=
null
Content copied to clipboard
friendsCount
Link copied to clipboard
val
friendsCount
:
Long
?
=
null
Content copied to clipboard
id
Link copied to clipboard
val
id
:
Long
?
=
null
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
?
=
null
Content copied to clipboard
profileImageUrl
Link copied to clipboard
val
profileImageUrl
:
String
?
=
null
Content copied to clipboard
profileImageUrlBigger
Link copied to clipboard
val
profileImageUrlBigger
:
String
?
=
null
Content copied to clipboard
screenName
Link copied to clipboard
val
screenName
:
String
?
=
null
Content copied to clipboard
statusesCount
Link copied to clipboard
val
statusesCount
:
Long
?
=
null
Content copied to clipboard