attachments property
The files attached to the message
Implementation
@JsonKey(includeIfNull: false)
final List<MessageAttachmentResponse>? attachments;
The files attached to the message
@JsonKey(includeIfNull: false)
final List<MessageAttachmentResponse>? attachments;