Tweet
fun Tweet(id: String? = null, text: String? = null, user: TweetUser? = null, retweetCount: Long? = null, favoriteCount: Long? = null, hasMedia: Boolean? = null, media: List<TweetMedium>? = null, createdAt: Long? = null)
Content copied to clipboard
Parameters
id
text
user
retweetCount
favoriteCount
hasMedia
media
createdAt