Package

im.actor.api.rpc

misc

Permalink

package misc

Visibility
  1. Public
  2. All

Type Members

  1. final case class ApiConfig(maxGroupSize: Int) extends Product with Serializable

    Permalink
  2. final case class ApiExtension(id: Int, data: Array[Byte]) extends Product with Serializable

    Permalink
  3. sealed trait MiscRpcRequest extends RpcRequest

    Permalink
  4. final case class ResponseBool(value: Boolean) extends RpcResponse with Product with Serializable

    Permalink
  5. final case class ResponseSeq(seq: Int, state: Array[Byte]) extends RpcResponse with Product with Serializable

    Permalink
  6. final case class ResponseSeqDate(seq: Int, state: Array[Byte], date: Long) extends RpcResponse with Product with Serializable

    Permalink
  7. trait ResponseVoid extends RpcResponse

    Permalink
  8. final case class UpdateConfig(config: Refs.ApiConfig) extends Update with Product with Serializable

    Permalink

Value Members

  1. object ApiConfig extends Serializable

    Permalink
  2. object ApiExtension extends Serializable

    Permalink
  3. object ResponseBool extends Serializable

    Permalink
  4. object ResponseSeq extends Serializable

    Permalink
  5. object ResponseSeqDate extends Serializable

    Permalink
  6. object ResponseVoid extends ResponseVoid with Product with Serializable

    Permalink
  7. object UpdateConfig extends Serializable

    Permalink

Ungrouped