* Update HOWTO.md (#155)
- add video edition of this howto, only a draft
- add two FAQ's
* Update license to MIT
* Update HOWTO.md (#155)
- add video edition of this howto, only a draft
- add two FAQ's
* Update license to MIT
* Migrate to separate modules
* Move to separate modules
* Move to separate modules
* Move to separate modules
* Fix issue in HOWTO (#134)
* Message filter for TelegramLongPollingCommandBot
* Revert "Message filter for TelegramLongPollingCommandBot"
* Fix issue in HOWTO
I've removed the code for custom keyboards and linked to the weather bot in the example repo
- it was not fully working (weatherbot is)
- it was just an approach on how to use custom keyboards but was not showing all details (weatherbot has much more details)
- why managing multiple code "snippets"? The code can change but the HOWTO still works
* Add Get webhook information method
* Update to version 2.3.4
* Message filter for TelegramLongPollingCommandBot
* Revert "Message filter for TelegramLongPollingCommandBot"
* Fix issue in HOWTO
I've removed the code for custom keyboards and linked to the weather bot in the example repo
- it was not fully working (weatherbot is)
- it was just an approach on how to use custom keyboards but was not showing all details (weatherbot has much more details)
- why managing multiple code "snippets"? The code can change but the HOWTO still works
- Added proper methods to send Audio/Document/Photo/Sticker/Video/Voice
through InputStream as it Telegram API requires file name to be
specified.
- Dropping not working methods that was using InputStream without name