Stefano Ledda
Stefano Ledda
Hello konig87nikkinakki, the `Serial` class does not have a costructor for `int64` data type so when you call `(String)msg.sender.id`, the class can't handle the call bacause it doesn't know how...
Hello woodlist, thank you for using the library! I put the "enhancement" label to this thread for you ;-) Basically, all the connection stuff is located on the CTBotSecureConnection class....
Hello Hernan, thanks for using the library. Regarding your questions: - probably sending images is too much for an ESP8266. I wondering too, but I guess (in a future) I'll...
Hello cgfoed, have you tried the v3.0.0 branch? In that version I implemented some new functionalities, like sending binary data (images, documents etc). The only limit is that you need...
Hello rahul4271 the functionality that you are looking for is already implemented in the v3.0.0 version. You can find it in the v3.0.0 branch, [here](https://github.com/shurillu/CTBot/tree/v3.0.0) Cheers, Stefano
Hello rahul4271, when I wrote the library, I added some self explaining comments in every header files as a guide. So, if you open the `CTBot.h` header file and look...
Hello GoTVm, I thought a lot about the fingerprint mechanism in the past. Web scraping or build up a webservice/hosting a text file with the updated fingerprint imply that someone...
Hello olegi4a, thak you for using the library. Actually the functionality that you ask is not implemented yet. I'll check and i'll add it in a future release. Cheers, Stefano
Hello olegi4a, I've added the functionality that you asked in the v3.0.0 branch: calling the `silentNotification(bool mode)` method you can enable/disable the notification sound. So if you want to check...
Hello Ivan, I'm a bit busy these weeks, sorry. I'll check your pull request as I have some spare time (soon I hope!!). Thanks so much for your work! Stefano