case class PartialEmoji(id: Option[EmojiId] = None, name: Option[String] = None, animated: Option[Boolean] = None) extends Product with Serializable
A partial emoji found in reactions
- id
The id of the emoji. If it's absent, it's not a guild emoji.
- name
The name of the emoji.
- Source
- message.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PartialEmoji
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected