I can't find any example for this method. I don't want to check the messages via "getMessages" method but want that telegram sends a TCP message to ESP8266, like my mobile or browser receive messages.
Here is the method description: https://core.telegram.org/method/account.registerDevice
I already tried a simple HTTP request like this: https://api.telegram.org/botIDgibberish/registerDevice?param¶m
Is that possible?