TelegramBotAPI Versions Save

Type-safe library for work with Telegram Bot API

v9.4.2

5 months ago
  • Version:
    • Serialization: 1.6.1 -> 1.6.2
    • Ktor: 2.3.6 -> 2.3.7
    • MicroUtils: 0.20.15 -> 0.20.19
    • UUID: 0.8.1 -> 0.8.2

v9.4.1

6 months ago
  • Replace warning about two bots from LongPolling to DefaultKtorRequestsExecutor

v9.4.0

6 months ago
  • Version:
    • Kotlin: 1.9.20 -> 1.9.21
    • Serialization: 1.6.0 -> 1.6.1
    • Ktor: 2.3.5 -> 2.3.6
    • MicroUtils: 0.20.12 -> 0.20.15

v9.3.0

6 months ago

This release become possible thanks to Anton Lakotka

THIS RELEASE CONTAINS UPDATES UP TO RELEASE CANDIDATES VERSIONS

UPDATE MAY HAVE BREAKING CHANGES

SINCE THIS UPDATE IT WILL BE REQUIRED TO USE JDK 17+ FOR DEVELOPMENT

  • Version:
    • Kotlin: 1.8.22 -> 1.9.20
    • Serialization: 1.5.1 -> 1.6.0
    • KorLibs: 4.0.3 -> 4.0.10
    • UUID: 0.7.1 -> 0.8.1
    • Ktor: 2.3.4 -> 2.3.5
    • MicroUtils: 0.19.9 -> 0.20.12

v9.2.4

7 months ago
  • Utils:
    • New extensions *.parseCommandsWithNamedArgs
  • BehaviourBuilder:
    • In expectaters and triggers of commands add *WithNamedArgs variants
    • In expectaters and triggers of commands add opportunity to use custom separator

v9.2.3

7 months ago
  • Core:
    • Fix in VoiceContent#createResend

v9.2.2

7 months ago
  • Core:
    • Fix of #793: Add PreviewChat

v9.2.1

8 months ago
  • Version:
    • Ktor: 2.3.3 -> 2.3.4
  • Core:
    • All ChatMember inheritors have fixes status field

v9.2.0

8 months ago

Add support of Telegram Bots API 6.9

  • Rename ChatAdministratorRightsImpl -> ChatCommonAdministratorRights
  • All the request chat keyboards has changed their parameters ChatAdministratorRights to ChatCommonAdministratorRights

v9.1.2

9 months ago
  • Core:
    • Fix of MessageContent serialization