MessageAttachmentsParam constructor

const MessageAttachmentsParam({
  1. required List<String> mediaIds,
})

Returns the new instance of MessageAttachmentsParam.

Implementation

const MessageAttachmentsParam({
  required this.mediaIds,
});