I've tried sendMessage, here's the thing that works
documents ( i tried to upload rar and pdf ) is only being uploaded if the size is small, about less than 100
Text always works ( this means that i send a normal plain-text description )
Photos ( sometimes works, but still kinda laggy in the sense that when the callback is being runned in Client.send( sendMessage, callback ), the photos actually haven't been uploaded yet. but, it does works for small photos ( less than 500 kb )
I've tried sendMessage, here's the thing that works
is there a way to solve it? Here's my code