attachments property

  1. @JsonKey.new(includeIfNull: false)
List<MessageAttachmentResponse>? attachments
final

The files attached to the message

Implementation

@JsonKey(includeIfNull: false)
final List<MessageAttachmentResponse>? attachments;