embeds property

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

Array of embed objects to include in the message

Implementation

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