MessageEmbedChildResponse constructor

const MessageEmbedChildResponse({
  1. required String type,
  2. String? url,
  3. String? title,
  4. Int32Type? color,
  5. DateTime? timestamp,
  6. String? description,
  7. EmbedAuthorResponse? author,
  8. EmbedMediaResponse? image,
  9. EmbedMediaResponse? thumbnail,
  10. EmbedFooterResponse? footer,
  11. List<EmbedFieldResponse>? fields,
  12. EmbedAuthorResponse? provider,
  13. EmbedMediaResponse? video,
  14. EmbedMediaResponse? audio,
  15. String? html,
  16. Int32Type? htmlWidth,
  17. Int32Type? htmlHeight,
  18. bool? nsfw,
})

Implementation

const MessageEmbedChildResponse({
  required this.type,
  this.url,
  this.title,
  this.color,
  this.timestamp,
  this.description,
  this.author,
  this.image,
  this.thumbnail,
  this.footer,
  this.fields,
  this.provider,
  this.video,
  this.audio,
  this.html,
  this.htmlWidth,
  this.htmlHeight,
  this.nsfw,
});