3

I was using dialogflow integration to create bot for telegram.I am getting replies from bot for small queries but i am not getting replies from the bot for larger multi-line answers expected from the bot.

learner
  • 31
  • 1
  • 2

1 Answers1

2

Telegram has a limit when sending message of 4096 chars, are your answers longer than this?

400 BAD_REQUEST MESSAGE_TOO_LONG Message was too long. Current maximum length is 4096 UTF8 characters

[See documentation]