embeds property

  1. @JsonKey.new(includeIfNull: false)
List<MessageEmbedResponse>? embeds
final

The embeds attached to the message

Implementation

@JsonKey(includeIfNull: false)
final List<MessageEmbedResponse>? embeds;