HTTP error 413 Request entity too large (Request entity too long) Bot Telegram

0

I have a problem sending notifications using the Telegram Bot, as it gives me

  

error 413

I currently develop a .Net Framework project in C # and through a Trigger Function I make the notifications using the Telegram Bot, however the Request is very long and I do not know which is the maximum. Where do I see it? How to modify that maximum Request ?

    
asked by Jerson Jimenez 13.07.2018 в 21:55
source

1 answer

0

I was able to investigate this and the maximum number of characters per query is 4096. If the limit is exceeded, the query will give an error.

In the following link you can see more information about it link

    
answered by 02.08.2018 / 23:02
source