Hi, I want to take the ID of a group in a telegram to be able to use a small application in telegram that I have done, but at the moment I do not know how. For example, this group:
https://telegram.me/joinchat/Ag2Zdj2NIFy3WPs0QP9Fjg
I am making a small application for telegram using the Google api to translate text from any message into a language that the user chooses. But I do not know how I can get the group id. Try following the steps of one of stackoverflow post
But when I do what is detailed there that is the following with the group:
https://api.telegram.org/botAg2Zdj2NIFy3WPs0QP9Fjg/getUpdates
Return me:
{"ok":false,"error_code":404,"description":"Not Found"}
How could I fix it to get the group id?