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
?