Skip to main content
2026-02-13
v1.7.0
  • Added fluent Handler Builder API for easier configuration of event handlers
  • Introduced Middleware system for cross-cutting concerns (global and group-level)
  • Redesigned Filter system with simpler names (IsPrivate, HasPhoto, etc.)
  • Added support for logical filter composition using Any, All, and Not
  • Refined Handler Groups and Priority execution order
  • Added AddMessageHandler, AddCallbackHandler, etc. builders
2025-10-11
v1.6.7
  • Dev by @AmarnathCJD in #257
  • Address issue #256 by @xAmarnath in #258
  • Update cache with users and chats from updates by @AshokShau in #259
  • Dev by @AmarnathCJD in #261
  • tlgen: update TL schema files by @AmarnathCJD in #263
  • Revert “tlgen: update TL schema files” by @AmarnathCJD in #264
  • feat(logger): make Logger thread-safe and add support for custom io.Writer outputs by @MukundSinghRajput in #266
  • Revert “feat(logger): make Logger thread-safe and add support for custom io.Writer outputs” by @AmarnathCJD in #267
  • Fix download hanging and add timeout support by @ohmyarthur in #268
  • Implement FakeTLS MTProxy handshake (ee-secret) + Add MTProxy example by @ohmyarthur in #269