I was reading up on how to create a telegram bot and I see that to set a web hook you use the GET http method. I assume that your link will be stored somewhere on telegram servers.
So now my question is: Why not use the POST http method? What is the advantage of this design of using GET http method in this case rather than POST http method for something that pushes data?