Twitter Widget Write a 1 or 2 Paragraph

My project is success to write messages every 5 minutes at my twitter account.

But the message is on 1 line, can we write the message for 1 or 2 paragraph?

If its possible, can anyone help me how to code that?

Thanks

This example:

uses “\n” to begin a new line:

  Blynk.tweet("My Arduino project is tweeting using @blynk_app and it’s awesome!\n #arduino #IoT #blynk");

I think that’s your solution.

Pete.