File
data class File(val content: AttachmentContent, val format: String, val mimeType: String, val fileName: String? = null) : Attachment(source)
Other types of file attachments. E.g. pdf, md, txt.
Other types of file attachments. E.g. pdf, md, txt.