Serialized Form
-
Package com.github.kaktushose.jda.commands.embeds
-
Class com.github.kaktushose.jda.commands.embeds.EmbedDTO
class EmbedDTO extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
author
EmbedDTO.Author author
-
color
String color
-
description
String description
-
fields
EmbedDTO.Field[] fields
-
footer
EmbedDTO.Footer footer
-
image
EmbedDTO.Image image
-
thumbnail
EmbedDTO.Thumbnail thumbnail
-
timestamp
String timestamp
-
title
String title
-
url
String url
-
-