All Downloads are FREE. Search and download functionalities are using the official Maven repository.

im.actor.server.model.UserPhone.scala Maven / Gradle / Ivy

package im.actor.server.model

@SerialVersionUID(1L)
case class UserPhone(
  id:         Int,
  userId:     Int,
  accessSalt: String,
  number:     Long,
  title:      String
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy