InfoContact

data class InfoContact(name: String?, email: String?, keybase: String?, telegram: String?, twitter: String?, github: String?, idPhotoHash: String?, verificationPhotoHash: String?)

Properties

Link copied to clipboard
@SerializedName(value = "email")
val email: String?
Link copied to clipboard
@SerializedName(value = "github")
val github: String?
Link copied to clipboard
@SerializedName(value = "id_photo_hash")
val idPhotoHash: String?
Link copied to clipboard
@SerializedName(value = "keybase")
val keybase: String?
Link copied to clipboard
@SerializedName(value = "name")
val name: String?
Link copied to clipboard
@SerializedName(value = "telegram")
val telegram: String?
Link copied to clipboard
@SerializedName(value = "twitter")
val twitter: String?
Link copied to clipboard
@SerializedName(value = "verification_photo_hash")
val verificationPhotoHash: String?