TweetMedium

data class TweetMedium(type: Long?, thumbnailUrl: String?, mediaUrl: String?, thumbnailWidth: Long?, thumbnailHeight: Long?, ratio: Long?)

Parameters

type
thumbnailUrl
mediaUrl
thumbnailWidth
thumbnailHeight
ratio

Constructors

Link copied to clipboard
fun TweetMedium(type: Long? = null, thumbnailUrl: String? = null, mediaUrl: String? = null, thumbnailWidth: Long? = null, thumbnailHeight: Long? = null, ratio: Long? = null)

Properties

Link copied to clipboard
val mediaUrl: String? = null
Link copied to clipboard
val ratio: Long? = null
Link copied to clipboard
val thumbnailHeight: Long? = null
Link copied to clipboard
val thumbnailUrl: String? = null
Link copied to clipboard
val thumbnailWidth: Long? = null
Link copied to clipboard
val type: Long? = null