Package

im.actor.api.rpc

peers

Permalink

package peers

Visibility
  1. Public
  2. All

Type Members

  1. final case class ApiGroupOutPeer(groupId: Int, accessHash: Long) extends Product with Serializable

    Permalink
  2. final case class ApiOutPeer(type: Refs.ApiPeerType, id: Int, accessHash: Long) extends Product with Serializable

    Permalink
  3. final case class ApiPeer(type: Refs.ApiPeerType, id: Int) extends Product with Serializable

    Permalink
  4. trait ApiPeerType extends Enumeration

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

    Permalink
  6. sealed trait PeersRpcRequest extends RpcRequest

    Permalink

Value Members

  1. object ApiGroupOutPeer extends Serializable

    Permalink
  2. object ApiOutPeer extends Serializable

    Permalink
  3. object ApiPeer extends Serializable

    Permalink
  4. object ApiPeerType extends Enumeration with ApiPeerType

    Permalink
  5. object ApiUserOutPeer extends Serializable

    Permalink

Ungrouped