Gianbacchio / ESP8266-TelegramBot

Telegram Bot Library for ESP8266 on Arduino IDE
GNU General Public License v2.0
187 stars 71 forks source link

need help for sending multi line chat #33

Open j1mmyx opened 3 years ago

j1mmyx commented 3 years ago

hi, thank you for the library.. i have a little problem here. when i try to send multi line text, but the only first line is sent.

example message i want to send :

Command : /state Reply : LAMP : ON\n\nSEND : 12/12/2020, 05:00:00

Command : /man Reply : /ON : Turn ON Light\n/OFF : Turn OFF Ligth\n/AUTO : Auto turn ON/OFF based on Time\n/STATE : Lamp State\nSEND : 12/12/2020, 05:00:00

any solution? thank you