I have been running the telegram bot server locally for some few months now and everything works fine. Just wanted to add the newly introduced sendPaidMedia
to mycode but kept getting the error {"ok":false,"error_code":404,"description":"Not Found: method not found"}
.
Everything works fine when I use the official https://api.telegram.org/bot
telegram server.
Could it be that the local server needs updating? If so how do I update it? I have searched for hours but has this seem to be a new feature, there is really no information about this error online. Every other method works fine on the local server just the sendPaidMedia