How to extend the limit for reply from telegram bot and what is the limit of reply from telegram bot?[i am using dialogflow integration]

强颜欢笑 提交于 2020-03-26 03:35:45

问题


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.


回答1:


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]



来源:https://stackoverflow.com/questions/55672791/how-to-extend-the-limit-for-reply-from-telegram-bot-and-what-is-the-limit-of-rep

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!