Skip to content

Upgrade for Telebot.v3

Choose a tag to compare

@rusq rusq released this 15 Oct 23:12
· 24 commits to master since this release
bc6be74

This release is tailored for the version 3 of the telebot library.

  • All handlers updated to support telebot.Context.
  • Convenience logging function SenderInfo that gets the user from the telebot.Context.
  • Boter and other auxillary interfaces are removed, as the bot instance can be retrieved from the telebot.Context.