Package

im.actor.api.rpc

invites

Permalink

package invites

Visibility
  1. Public
  2. All

Type Members

  1. final case class ApiInviteState(email: String, name: Option[String], userId: Option[Int], tid: Option[Int]) extends Product with Serializable

    Permalink

    Invite state

    Invite state

    email

    Email of invite

    name

    Name of invited user

    userId

    Uid of registered user

    tid

    Team id of invite

  2. sealed trait InvitesRpcRequest extends RpcRequest

    Permalink
  3. trait InvitesService extends Service

    Permalink
  4. trait RequestLoadOwnSentInvites extends InvitesRpcRequest with ContainsHeader

    Permalink
  5. final case class RequestSendInvite(email: String, name: Option[String], destTeam: Option[ApiOutTeam]) extends InvitesRpcRequest with ContainsHeader with Product with Serializable

    Permalink

    Sending an email invite

    Sending an email invite

    email

    Email for invite

    name

    Optional name for invite

    destTeam

    Optional team for invite

  6. final case class ResponseInviteList(invites: IndexedSeq[Refs.ApiInviteState], relatedUsers: IndexedSeq[ApiUser], relatedGroups: IndexedSeq[ApiGroup], relatedTeams: IndexedSeq[ApiTeam]) extends RpcResponse with Product with Serializable

    Permalink

    Intites list

    Intites list

    invites

    Intvites

    relatedUsers

    Related users in invites

    relatedGroups

    Related groups in invites

    relatedTeams

    Related teams in invites

Value Members

  1. object ApiInviteState extends Serializable

    Permalink
  2. object RequestLoadOwnSentInvites extends RequestLoadOwnSentInvites with Product with Serializable

    Permalink
  3. object RequestSendInvite extends Serializable

    Permalink
  4. object ResponseInviteList extends Serializable

    Permalink

Ungrouped