Packages

c

ackcord.data

OutgoingEmbedAuthor

case class OutgoingEmbedAuthor(name: String, url: Option[String] = None, iconUrl: Option[String] = None) extends Product with Serializable

The author part of an outgoing embed

name

The name of the author

url

The url to link when clicking on the author

iconUrl

The icon to show besides the author.

Source
message.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OutgoingEmbedAuthor
  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 OutgoingEmbedAuthor(name: String, url: Option[String] = None, iconUrl: Option[String] = None)

    name

    The name of the author

    url

    The url to link when clicking on the author

    iconUrl

    The icon to show besides the author.

Value Members

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