startUploadAttachment

fun startUploadAttachment(    context: Context,     attachmentId: Int?,     progressChanged: (attachmentId: Int, progress: Int, total: Int) -> Unit,     onSuccess: (attachmentId: Int) -> Unit,     onError: (error: MessagingError) -> Unit)