Packages

c

ackcord.data

EmbedField

case class EmbedField(name: String, value: String, inline: Option[Boolean] = None) extends Product with Serializable

A field for an embed

name

The name or title of the field.

value

The value or text of the field

inline

If the field is rendered inline.

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

    name

    The name or title of the field.

    value

    The value or text of the field

    inline

    If the field is rendered inline.

Value Members

  1. val inline: Option[Boolean]
  2. val name: String
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val value: String