jhonarodriguez

Results 19 comments of jhonarodriguez

I also had this problem in mac, even running the command sudo ./setup.sh, I'll tell you a possible solution that served me. First make sure that you have installed the...

Hello Jose, according to I understand your question is like sending a message in a certain time to a recipient, * Remember not to send Spam if you will not...

Yes, do it in a module that you are using unless you do it with classes. do a function where you call the data of the contacts from a database...

no, it is not yet possible to send documents, only images and audios

I'm sorry, my mistake, not audios, just images, plain text and videos with a little work.

I already managed to solve so that the bot receives messages again, and sends them. As I saw it, in run.py touch comment the line: ``` # except AuthError as...

> TypeError: pushDefaultLayers() takes 1 positional argument but 2 were given Remove parameter in line 24 of run.py OLD > .pushDefaultLayers(encryption)\ NEW > .pushDefaultLayers()\