case class ReceivedEmbedThumbnail(url: String, proxyUrl: Option[String], height: Option[Int], width: Option[Int]) extends Product with Serializable
The thumbnail part of a received embed.
- url
The url to the thumbnail.
- proxyUrl
The proxy url of the thumbnail.
- height
The height of the thumbnail.
- width
The width of the thumbnail.
- Source
- message.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReceivedEmbedThumbnail
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected