Package

im.actor.api.rpc

stickers

Permalink

package stickers

Visibility
  1. Public
  2. All

Type Members

  1. final case class ApiStickerCollection(id: Int, accessHash: Long, stickers: IndexedSeq[Refs.ApiStickerDescriptor]) extends Product with Serializable

    Permalink
  2. final case class ApiStickerDescriptor(id: Int, emoji: Option[String], image128: ApiImageLocation, image512: Option[ApiImageLocation], image256: Option[ApiImageLocation]) extends Product with Serializable

    Permalink
  3. final case class RequestAddStickerCollection(id: Int, accessHash: Long) extends StickersRpcRequest with ContainsHeader with Product with Serializable

    Permalink
  4. trait RequestLoadOwnStickers extends StickersRpcRequest with ContainsHeader

    Permalink
  5. final case class RequestLoadStickerCollection(id: Int, accessHash: Long) extends StickersRpcRequest with ContainsHeader with Product with Serializable

    Permalink
  6. final case class RequestRemoveStickerCollection(id: Int, accessHash: Long) extends StickersRpcRequest with ContainsHeader with Product with Serializable

    Permalink
  7. final case class ResponseLoadOwnStickers(ownStickers: IndexedSeq[Refs.ApiStickerCollection]) extends RpcResponse with Product with Serializable

    Permalink
  8. final case class ResponseLoadStickerCollection(collection: Refs.ApiStickerCollection) extends RpcResponse with Product with Serializable

    Permalink
  9. final case class ResponseStickersReponse(collections: IndexedSeq[Refs.ApiStickerCollection], seq: Int, state: Array[Byte]) extends RpcResponse with Product with Serializable

    Permalink
  10. sealed trait StickersRpcRequest extends RpcRequest

    Permalink
  11. trait StickersService extends Service

    Permalink
  12. final case class UpdateOwnStickersChanged(collections: IndexedSeq[Refs.ApiStickerCollection]) extends Update with Product with Serializable

    Permalink
  13. final case class UpdateStickerCollectionsChanged(collections: IndexedSeq[Refs.ApiStickerCollection]) extends Update with Product with Serializable

    Permalink

Value Members

  1. object ApiStickerCollection extends Serializable

    Permalink
  2. object ApiStickerDescriptor extends Serializable

    Permalink
  3. object RequestAddStickerCollection extends Serializable

    Permalink
  4. object RequestLoadOwnStickers extends RequestLoadOwnStickers with Product with Serializable

    Permalink
  5. object RequestLoadStickerCollection extends Serializable

    Permalink
  6. object RequestRemoveStickerCollection extends Serializable

    Permalink
  7. object ResponseLoadOwnStickers extends Serializable

    Permalink
  8. object ResponseLoadStickerCollection extends Serializable

    Permalink
  9. object ResponseStickersReponse extends Serializable

    Permalink
  10. object UpdateOwnStickersChanged extends Serializable

    Permalink
  11. object UpdateStickerCollectionsChanged extends Serializable

    Permalink

Ungrouped