Package

im.actor.api.rpc

teams

Permalink

package teams

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. final case class ApiTeam(id: Int, accessHash: Long, name: String) extends Product with Serializable

    Permalink
  3. final case class RequestCreateTeam(title: String) extends TeamsRpcRequest with ContainsHeader with Product with Serializable

    Permalink
  4. final case class RequestInviteToTeam(user: ApiUserOutPeer, destTeam: Refs.ApiOutTeam) extends TeamsRpcRequest with ContainsHeader with Product with Serializable

    Permalink
  5. trait RequestLoadOwnTeams extends TeamsRpcRequest with ContainsHeader

    Permalink
  6. final case class ResponseCreateTeam(createdTeam: Refs.ApiTeam) extends RpcResponse with Product with Serializable

    Permalink
  7. final case class ResponseTeamsList(teams: IndexedSeq[Refs.ApiTeam]) extends RpcResponse with Product with Serializable

    Permalink
  8. sealed trait TeamsRpcRequest extends RpcRequest

    Permalink
  9. trait TeamsService extends Service

    Permalink
  10. final case class UpdateOwnTeamsChanged(ownTeams: IndexedSeq[Refs.ApiTeam]) extends Update with Product with Serializable

    Permalink

Value Members

  1. object ApiOutTeam extends Serializable

    Permalink
  2. object ApiTeam extends Serializable

    Permalink
  3. object RequestCreateTeam extends Serializable

    Permalink
  4. object RequestInviteToTeam extends Serializable

    Permalink
  5. object RequestLoadOwnTeams extends RequestLoadOwnTeams with Product with Serializable

    Permalink
  6. object ResponseCreateTeam extends Serializable

    Permalink
  7. object ResponseTeamsList extends Serializable

    Permalink
  8. object UpdateOwnTeamsChanged extends Serializable

    Permalink

Ungrouped