npm node-telegram-bot-api 2.2.0-rc2

3 hours ago

Reply and callback tracking

  • Renamed the reply-tracking size budgets to denote their scope:
    replyTracking.maxEntries -> maxEntriesPerChat and maxBytes ->
    maxBytesPerChat (each bounds one session key's tables, per chat with the
    default key). Breaking rename within the 2.2.0 prerelease line; the old names
    shipped only in 2.2.0-rc1.

Maintenance

  • Simplified core functions and added Biome formatting and complexity checks to CI
    (#1364, #1365).
  • Removed obsolete v2 migration references, corrected file attachment and
    serialization comments, and regenerated the API reference (#1366).

Full changelog: v2.2.0-rc1...v2.2.0-rc2

Don't miss a new node-telegram-bot-api release

NewReleases is sending notifications on new releases.