Class

net.katsstuff.ackcord.data

ReceivedEmbed

Related Doc: package data

Permalink

case class ReceivedEmbed(title: Option[String], type: Option[String], description: Option[String], url: Option[String], timestamp: Option[OffsetDateTime], color: Option[Int], footer: Option[ReceivedEmbedFooter], image: Option[ReceivedEmbedImage], thumbnail: Option[ReceivedEmbedThumbnail], video: Option[ReceivedEmbedVideo], provider: Option[ReceivedEmbedProvider], author: Option[ReceivedEmbedAuthor], fields: Option[Seq[EmbedField]]) extends Product with Serializable

A received embed.

title

The title of the embed.

description

The embed description or main text.

url

The url of the embed.

timestamp

The timestamp of the embed.

color

The color of the embed

footer

The footer part of the embed.

image

The image part of the embed.

thumbnail

The thumbnail part of the embed.

video

The video part of the embed.

provider

The provider part of the embed.

author

The author part of the embed.

fields

The fields of the embed.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReceivedEmbed
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReceivedEmbed(title: Option[String], type: Option[String], description: Option[String], url: Option[String], timestamp: Option[OffsetDateTime], color: Option[Int], footer: Option[ReceivedEmbedFooter], image: Option[ReceivedEmbedImage], thumbnail: Option[ReceivedEmbedThumbnail], video: Option[ReceivedEmbedVideo], provider: Option[ReceivedEmbedProvider], author: Option[ReceivedEmbedAuthor], fields: Option[Seq[EmbedField]])

    Permalink

    title

    The title of the embed.

    description

    The embed description or main text.

    url

    The url of the embed.

    timestamp

    The timestamp of the embed.

    color

    The color of the embed

    footer

    The footer part of the embed.

    image

    The image part of the embed.

    thumbnail

    The thumbnail part of the embed.

    video

    The video part of the embed.

    provider

    The provider part of the embed.

    author

    The author part of the embed.

    fields

    The fields of the embed.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val author: Option[ReceivedEmbedAuthor]

    Permalink

    The author part of the embed.

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val color: Option[Int]

    Permalink

    The color of the embed

  8. val description: Option[String]

    Permalink

    The embed description or main text.

  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. val fields: Option[Seq[EmbedField]]

    Permalink

    The fields of the embed.

  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. val footer: Option[ReceivedEmbedFooter]

    Permalink

    The footer part of the embed.

  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. val image: Option[ReceivedEmbedImage]

    Permalink

    The image part of the embed.

  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. val provider: Option[ReceivedEmbedProvider]

    Permalink

    The provider part of the embed.

  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. val thumbnail: Option[ReceivedEmbedThumbnail]

    Permalink

    The thumbnail part of the embed.

  22. val timestamp: Option[OffsetDateTime]

    Permalink

    The timestamp of the embed.

  23. val title: Option[String]

    Permalink

    The title of the embed.

  24. def toOutgoing: OutgoingEmbed

    Permalink
  25. val type: Option[String]

    Permalink
  26. val url: Option[String]

    Permalink

    The url of the embed.

  27. val video: Option[ReceivedEmbedVideo]

    Permalink

    The video part of the embed.

  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped