kmttAPI
0.3.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
kmttAPI
/
kmtt.models
/
TweetMedium
Tweet
Medium
data
class
TweetMedium
(
type
:
Long
?
,
thumbnailUrl
:
String
?
,
mediaUrl
:
String
?
,
thumbnailWidth
:
Long
?
,
thumbnailHeight
:
Long
?
,
ratio
:
Long
?
)
Content copied to clipboard
Constructors
Properties
Parameters
Parameters
type
thumbnail
Url
media
Url
thumbnail
Width
thumbnail
Height
ratio
Constructors
Tweet
Medium
Link copied to clipboard
fun
TweetMedium
(
type
:
Long
?
=
null
,
thumbnailUrl
:
String
?
=
null
,
mediaUrl
:
String
?
=
null
,
thumbnailWidth
:
Long
?
=
null
,
thumbnailHeight
:
Long
?
=
null
,
ratio
:
Long
?
=
null
)
Content copied to clipboard
Properties
mediaUrl
Link copied to clipboard
val
mediaUrl
:
String
?
=
null
Content copied to clipboard
ratio
Link copied to clipboard
val
ratio
:
Long
?
=
null
Content copied to clipboard
thumbnailHeight
Link copied to clipboard
val
thumbnailHeight
:
Long
?
=
null
Content copied to clipboard
thumbnailUrl
Link copied to clipboard
val
thumbnailUrl
:
String
?
=
null
Content copied to clipboard
thumbnailWidth
Link copied to clipboard
val
thumbnailWidth
:
Long
?
=
null
Content copied to clipboard
type
Link copied to clipboard
val
type
:
Long
?
=
null
Content copied to clipboard