Skip to content

Releases: bot4s/telegram

v5.0.2

20 Aug 17:31
afcfae0
Compare
Choose a tag to compare

Changelog

Contains multiple update related to changes in API 5.3 (https://core.telegram.org/bots/api#june-25-2021) or previous:

  • ChatMemberRestricted
    version: 5.3
    Description: https://core.telegram.org/bots/api#chatmemberrestricted

  • GetChatMemberCount
    version 5.3
    Renamed from GetChatMembersCount (the old name is still available).

  • BanChatMember
    version 5.3
    Renamed from KickChatMember (the old name is still available).

  • BotCommandScope
    version 5.3
    Added the class BotCommandScope, describing the scope to which bot commands apply.

  • SetMyCommands, GetMyCommands, GetMyCommands, BotCommand
    version 5.3
    Those commands were missing in the API. They were added as well as their scope parameter of type BotCommandScope introduced in 5.3. The BotCommand model has also been added.

The support for custom placeholder is not included in this version

v5.0.1

24 Jun 09:51
36a1678
Compare
Choose a tag to compare

Changelog

Fix multiple broken Send* for Scala 2.13 (SendPhoto)

v5.0.0

29 May 20:10
cd4fe9d
Compare
Choose a tag to compare

Changelog

  • Drop support for Scala.js (panning to add it back once the library is more stable and up to date)
  • Drop support for Scala 2.11
  • Add support for Scala 2.13
  • Update dependencies
  • Fix multiple bugs
  • Add support for missing endpoints in the API

This release is the first release in a few years, it might not be perfect but is required to boost the project again.
Most of endpoints from telegram's API should be supported, only the latest (from 5.1 and 5.2) might be missing or broken.

v4.0.0-RC2

22 Oct 09:54
Compare
Choose a tag to compare
v4.0.0-RC2 Pre-release
Pre-release
Update README.md

Refactor + bug fixes

16 Apr 05:27
Compare
Choose a tag to compare

Changelog v2.2.0

  • Rename Message.sender -> source.
  • Add Actions trait and simplified Commands trait.
  • Fix command processing order.
  • Log only errors.
  • Improve bot examples + add StatefulBot and AuthenticationBot.

v2.0.1

24 Nov 02:20
Compare
Choose a tag to compare
Update README.md

Support for Bot API 2.3

23 Nov 03:59
Compare
Choose a tag to compare

Changelog:
Bot API 2.3 (November 21, 2016)
Games
API refactoring and cleanup
Refactor sample bots + new bots added

v1.2.2

27 Sep 17:44
Compare
Choose a tag to compare
Update README to latest version

v1.2.1

20 Jul 22:18
Compare
Choose a tag to compare
Fix deprecation warnings

v1.1.5: Merge pull request #15 from alari/master

30 May 17:18
Compare
Choose a tag to compare