Packages

c

ackcord.data

ReceivedEmbedAuthor

case class ReceivedEmbedAuthor(name: String, url: Option[String], iconUrl: Option[String], proxyIconUrl: Option[String]) extends Product with Serializable

The author part of a received embed.

name

The author name

url

An url for the author text.

iconUrl

An icon url for the author.

proxyIconUrl

A proxy url for the icon.

Source
message.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReceivedEmbedAuthor
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ReceivedEmbedAuthor(name: String, url: Option[String], iconUrl: Option[String], proxyIconUrl: Option[String])

    name

    The author name

    url

    An url for the author text.

    iconUrl

    An icon url for the author.

    proxyIconUrl

    A proxy url for the icon.

Value Members

  1. val iconUrl: Option[String]
  2. val name: String
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val proxyIconUrl: Option[String]
  5. def toOutgoing: OutgoingEmbedAuthor
  6. val url: Option[String]