MessageEmbedResponse constructor
const
MessageEmbedResponse({
- required String type,
- String? url,
- String? title,
- Int32Type? color,
- DateTime? timestamp,
- String? description,
- EmbedAuthorResponse? author,
- EmbedMediaResponse? image,
- EmbedMediaResponse? thumbnail,
- List<
EmbedFieldResponse> ? fields, - EmbedAuthorResponse? provider,
- EmbedMediaResponse? video,
- EmbedMediaResponse? audio,
- String? html,
- Int32Type? htmlWidth,
- Int32Type? htmlHeight,
- bool? nsfw,
- List<
MessageEmbedChildResponse> ? children,
Implementation
const MessageEmbedResponse({
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,
this.children,
});