Defines file object interface.
• Optional
data: any
Data of the file attachment. It can be uri or any file interface specific to channel (in web, it is file object).
• mediaType: string
Media type of the file data
• name: string
Name of the file
• Optional
size: number
Size of the file binary as per iec specification.