I want to request a GET request for a method - I create a url of this type -
https://api.telegram.org/bot <My Token> / getfullchat? chat_id = <Chat Id>
In return, I get
{"ok": false, "error_code": 404, "description": "Not Found: method not found"}
Did in accordance with the documentation -
What am I doing wrong?
https://api.telegram.org/bot<МойТокен>/getFullChat?chat_id=<Ид Чата>
method? - gil9red 1:49 pm