jTelegram / jTelegramBotAPI

Java Telegram Bot API Wrapper
https://jtelegram.github.io/jTelegramBotAPI/
MIT License
20 stars 12 forks source link

Add helper methods that allow creation of edit requests from message objects #37

Closed nickrobson closed 5 years ago

nickrobson commented 5 years ago

This means developers will not need to manually specify chat ID and message ID values, and can instead use the new toEditXXXXXRequest() methods.

Also adds some miscellaneous fixes: