VerifyQuery

data class VerifyQuery(val userId: String, val warp: Boolean, val photo: ByteArray)

Verify by image query model.

Constructors

Link copied to clipboard
constructor(userId: String, warp: Boolean, photo: ByteArray)

Properties

Link copied to clipboard

The best shot.

Link copied to clipboard

User Id.

Link copied to clipboard

True if a warp image is used.