The TTMSFNCCloudWhatsApp component version 1.0.1.0 now doesn't fire the OnSendSuccess or OnUploadSuccess events after calling SendImage or SendDocument, but the image and document are sent as they arrive on my phone.
I'm pretty certain a previous version called OnSendSuccess after calling SendImage.
In my application the text is sent first using SendTextMessage this fires the OnSendSuccess event. After SendTextMessage either SendImage or SendDocument is called. I want to capture the send of the image/document so I can log it and present this to the user in a TTMSFNCChat. I was doing this by capturing the AMessage.Media.Filename in the OnSendSuccess.