MessageAttachment constructor

const MessageAttachment({
  1. required String fileId,
  2. List<AttachmentTool>? tools,
})

Creates a MessageAttachment.

Implementation

const MessageAttachment({required this.fileId, this.tools});