Skip to content

Releases: pengrad/java-telegram-bot-api

1.3.0

13 Jan 16:42
Compare
Choose a tag to compare
  • Inline mode bots
  • Support Google App Engine (No-args constructor in all response classes)

1.2.4

20 Dec 19:34
Compare
Choose a tag to compare

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.3

26 Nov 18:50
Compare
Choose a tag to compare
  • Supergroup chat type

1.2.2

01 Nov 18:19
Compare
Choose a tag to compare
  • Short syntax for sending message
  • Parse Update object from webhook message

1.2.1

31 Oct 17:46
Compare
Choose a tag to compare
  • 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