MessageEmbedAuthor constructor

MessageEmbedAuthor({
  1. required String name,
  2. String? url,
  3. String? iconURL,
})

Implementation

MessageEmbedAuthor({required this.name, this.url, this.iconURL});