MessageEmbed constructor
MessageEmbed({
- String? title,
- String? description,
- int? color,
- String? url,
- List<
MessageEmbedTextField> ? fields, - MessageEmbedAuthor? author,
Implementation
MessageEmbed({
this.title,
this.description,
this.color,
this.url,
this.fields,
this.author,
this.footer,
});