rubenlagus / TelegramApi

Java library to create Telegram Clients
MIT License
296 stars 108 forks source link

Using undocumented messages.sendMessage function #64

Open kstarsinic opened 6 years ago

kstarsinic commented 6 years ago

TelegramApi's messages.sendMessage is messages.sendMessage#fa88427a. According to all docs I can find, this should be messages.sendMessage#4cde0aab. Why does the "fa88" version work, and are there docs anywhere to explain the difference?