case class ListReactionsRequest(user: Option[String], full: Option[Boolean], count: Option[Int], page: Option[Int], cursor: Option[String], limit: Option[Int])
- Value parameters:
- count
undefined
- cursor
Parameter for pagination. Set
cursor
equal to thenext_cursor
attribute returned by the previous request'sresponse_metadata
. This parameter is optional, but pagination is mandatory: the default value simply fetches the first "page" of the collection. See pagination for more details.- full
If true always return the complete reaction list.
- limit
The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the list hasn't been reached.
- page
undefined
- user
Show reactions made by this user. Defaults to the authed user.
- Companion:
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any