MessageAttachment: {
    id: string;
    mediaType?: MessageAttachmentMediaType;
    name: string;
    size: number;
    type: MessageAttachmentType;
}

Type declaration