Packages

case class GetReactions[Ctx](channelId: ChannelId, messageId: MessageId, emoji: String, params: GetReactionsData, context: Ctx = NotUsed: NotUsed) extends NoNiceResponseRequest[GetReactionsData, Seq[User], Ctx] with Product with Serializable

Get all the users that have reacted with an emoji for a message.

Linear Supertypes
Serializable, Serializable, Product, Equals, NoNiceResponseRequest[GetReactionsData, Seq[User], Ctx], RESTRequest[GetReactionsData, Seq[User], Seq[User], Ctx], BaseRESTRequest[Seq[User], Seq[User], Ctx], Request[Seq[User], Ctx], MaybeRequest[Seq[User], Ctx], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetReactions
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. NoNiceResponseRequest
  7. RESTRequest
  8. BaseRESTRequest
  9. Request
  10. MaybeRequest
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GetReactions(channelId: ChannelId, messageId: MessageId, emoji: String, params: GetReactionsData, context: Ctx = NotUsed: NotUsed)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bodyForLogging: Option[String]
    Definition Classes
    RESTRequest → Request
  6. val channelId: ChannelId
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def collect[B](f: PartialFunction[Seq[User], B]): Request[B, Ctx]
    Definition Classes
    Request
  9. val context: Ctx
    Definition Classes
    GetReactions → MaybeRequest
  10. val emoji: String
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def extraHeaders: Seq[HttpHeader]
    Definition Classes
    Request
  13. def filter(f: (Seq[User]) ⇒ Boolean): Request[Seq[User], Ctx]
    Definition Classes
    Request
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hasPermissions[F[_]](implicit c: CacheSnapshot[F], F: Monad[F]): F[Boolean]
    Definition Classes
    BaseRESTRequest → Request
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def jsonParams: Json

    The params of this request converted to json.

    The params of this request converted to json.

    Definition Classes
    RESTRequest
  19. def jsonPrinter: Printer
    Definition Classes
    RESTRequest
  20. def map[B](f: (Seq[User]) ⇒ B): Request[B, Ctx]
    Definition Classes
    Request
  21. val messageId: MessageId
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. val params: GetReactionsData

    The params of this request

    The params of this request

    Definition Classes
    GetReactionsRESTRequest
  26. def paramsEncoder: Encoder[GetReactionsData]

    An encoder for the params of this request

    An encoder for the params of this request

    Definition Classes
    GetReactionsRESTRequest
  27. def parseResponse(parallelism: Int)(implicit system: ActorSystem): Flow[ResponseEntity, Seq[User], NotUsed]
    Definition Classes
    BaseRESTRequest → Request
  28. def requestBody: RequestEntity
    Definition Classes
    RESTRequest → Request
  29. def requiredPermissions: Permission

    The permissions needed to use this request.

    The permissions needed to use this request.

    Definition Classes
    BaseRESTRequest
  30. def responseDecoder: Decoder[Seq[User]]

    A decoder to decode the response.

    A decoder to decode the response.

    Definition Classes
    GetReactionsBaseRESTRequest
  31. def route: RequestRoute
    Definition Classes
    GetReactions → Request
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toNiceResponse(response: Seq[User]): Seq[User]

    Convert the response to a format the cache handler can understand.

    Convert the response to a format the cache handler can understand.

    Definition Classes
    NoNiceResponseRequestBaseRESTRequest
  34. def transformResponse[B](f: (Flow[ResponseEntity, Seq[User], NotUsed]) ⇒ Flow[ResponseEntity, B, NotUsed]): Request[B, Ctx]
    Definition Classes
    Request
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  38. def withContext[NewCtx](newContext: NewCtx): Request[Seq[User], NewCtx]
    Definition Classes
    Request

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from NoNiceResponseRequest[GetReactionsData, Seq[User], Ctx]

Inherited from RESTRequest[GetReactionsData, Seq[User], Seq[User], Ctx]

Inherited from BaseRESTRequest[Seq[User], Seq[User], Ctx]

Inherited from Request[Seq[User], Ctx]

Inherited from MaybeRequest[Seq[User], Ctx]

Inherited from AnyRef

Inherited from Any

Ungrouped