tax / pywhatsapp

Simple wrapper around yowsup to send a message or mediafile with whatsapp
Other
63 stars 23 forks source link

Message with newline? #6

Closed ftbarata closed 7 years ago

ftbarata commented 8 years ago

Hi Paul, I am looking for the syntax of sending messages with the newline (the carriage return equivalent) in yowsup2. Do you know how to do it?

dargmuesli commented 8 years ago

Have you tried simply including "\n" in your message string?

ftbarata commented 8 years ago

Hi @Dargmuesli thanks, I already found the right way. Putting the \n was not working because I was using '\n' instead of "\n". Thanks for response. My main problem now is this: https://github.com/tgalal/yowsup/issues/1305#issuecomment-243695724

Do you have any experience with this?

dargmuesli commented 8 years ago

No, unfortunately I cannot help you there as I'm using yowsup myself since yesterday only :D But I'll try to get the rough idea of its usage in the next days and maybe I'll be able to help you then. But for me it's difficult to understand too, so I can't promise you anything here... :/

ftbarata commented 8 years ago

It's ok! Many thanks!

dargmuesli commented 8 years ago

I'll email you if I find anything interesting. For now, you can close this issue i think. :)