case class Reaction(count: Int, me: Boolean, emoji: PartialEmoji) extends Product with Serializable
A reaction to a message
- count
The amount of people that have reacted with this emoji.
- me
If the client has reacted with this emoji.
- emoji
The emoji of the reaction.
- Source
- message.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Reaction
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Reaction(count: Int, me: Boolean, emoji: PartialEmoji)
- count
The amount of people that have reacted with this emoji.
- me
If the client has reacted with this emoji.
- emoji
The emoji of the reaction.