tock / ai.tock.bot.connector.messenger.model / UserProfile

UserProfile

data class UserProfile (source)

Constructors

<init>

UserProfile(firstName: String?, lastName: String?, profilePic: String?, locale: String?, timezone: Int, gender: String?)

Properties

firstName

val firstName: String?

gender

val gender: String?

lastName

val lastName: String?

locale

val locale: String?

profilePic

val profilePic: String?

timezone

val timezone: Int