MessageAttachment constructor
const
MessageAttachment({
- required String fileId,
- List<
AttachmentTool> ? tools,
Creates a MessageAttachment.
Implementation
const MessageAttachment({required this.fileId, this.tools});