Releases: pengrad/java-telegram-bot-api
Releases · pengrad/java-telegram-bot-api
1.3.0
- Inline mode bots
- Support Google App Engine (No-args constructor in all response classes)
1.2.4
New optional fields added to the Message object: supergroup_chat_created, migrate_to_chat_id, migrate_from_chat_id and channel_chat_created.
1.2.2
- Short syntax for sending message
- Parse Update object from webhook message
1.2.1
- Support sending to channels
- All send* methods take chat_id as Object type, to support Long for chats, String for channels or Integer for users and groups