tock / ai.tock.bot.connector.twitter.model / User

User

data class User (source)

Constructors

<init>

User(id: String, lang: String?, location: String?, createdTimestamp: Long? = null, created: String? = null, url: String? = null, description: String? = null, name: String, screenName: String, protected: Boolean, verified: Boolean, followersCount: Int, friendsCount: Int, statusesCount: Int, profileImageUrlHttps: String? = null, utcOffset: String? = null)

Properties

created

val created: String?

createdTimestamp

val createdTimestamp: Long?

description

val description: String?

followersCount

val followersCount: Int

friendsCount

val friendsCount: Int

id

val id: String

lang

val lang: String?

location

val location: String?

name

val name: String

profileImageUrlHttps

val profileImageUrlHttps: String?

protected

val protected: Boolean

screenName

val screenName: String

statusesCount

val statusesCount: Int

url

val url: String?

utcOffset

val utcOffset: String?

verified

val verified: Boolean