Package

im.actor.api.rpc

contacts

Permalink

package contacts

Visibility
  1. Public
  2. All

Type Members

  1. final case class ApiEmailToImport(email: String, name: Option[String]) extends Product with Serializable

    Permalink
  2. final case class ApiPhoneToImport(phoneNumber: Long, name: Option[String]) extends Product with Serializable

    Permalink
  3. sealed trait ContactsRpcRequest extends RpcRequest

    Permalink
  4. trait ContactsService extends Service

    Permalink
  5. final case class RequestAddContact(userId: Int, accessHash: Long) extends ContactsRpcRequest with ContainsHeader with Product with Serializable

    Permalink
  6. final case class RequestGetContacts(contactsHash: String) extends ContactsRpcRequest with ContainsHeader with Product with Serializable

    Permalink
  7. final case class RequestImportContacts(phones: IndexedSeq[Refs.ApiPhoneToImport], emails: IndexedSeq[Refs.ApiEmailToImport]) extends ContactsRpcRequest with ContainsHeader with Product with Serializable

    Permalink
  8. final case class RequestRemoveContact(userId: Int, accessHash: Long) extends ContactsRpcRequest with ContainsHeader with Product with Serializable

    Permalink
  9. final case class RequestSearchContacts(request: String) extends ContactsRpcRequest with ContainsHeader with Product with Serializable

    Permalink
  10. final case class ResponseGetContacts(users: IndexedSeq[ApiUser], isNotChanged: Boolean) extends RpcResponse with Product with Serializable

    Permalink
  11. final case class ResponseImportContacts(users: IndexedSeq[ApiUser], seq: Int, state: Array[Byte]) extends RpcResponse with Product with Serializable

    Permalink
  12. final case class ResponseSearchContacts(users: IndexedSeq[ApiUser]) extends RpcResponse with Product with Serializable

    Permalink
  13. final case class UpdateContactRegistered(userId: Int, isSilent: Boolean, date: Long, randomId: Long) extends Update with Product with Serializable

    Permalink
  14. final case class UpdateContactsAdded(uids: IndexedSeq[Int]) extends Update with Product with Serializable

    Permalink
  15. final case class UpdateContactsRemoved(uids: IndexedSeq[Int]) extends Update with Product with Serializable

    Permalink

Value Members

  1. object ApiEmailToImport extends Serializable

    Permalink
  2. object ApiPhoneToImport extends Serializable

    Permalink
  3. object RequestAddContact extends Serializable

    Permalink
  4. object RequestGetContacts extends Serializable

    Permalink
  5. object RequestImportContacts extends Serializable

    Permalink
  6. object RequestRemoveContact extends Serializable

    Permalink
  7. object RequestSearchContacts extends Serializable

    Permalink
  8. object ResponseGetContacts extends Serializable

    Permalink
  9. object ResponseImportContacts extends Serializable

    Permalink
  10. object ResponseSearchContacts extends Serializable

    Permalink
  11. object UpdateContactRegistered extends Serializable

    Permalink
  12. object UpdateContactsAdded extends Serializable

    Permalink
  13. object UpdateContactsRemoved extends Serializable

    Permalink

Ungrouped