0

I need send multiple entries from my bot to user.

This is solved by repeatedly calling the sendMessage method? Or specific method exist for this?

Alexander
  • 85
  • 1
  • 7

1 Answers1

2

You have to call API repeatedly, it doesn't support multiple requests in an HTTP request at this time. :(

BTW, you can make a suggestion to @BotSupport.

Sean Wei
  • 7,433
  • 1
  • 19
  • 39