Skip to content

Telebot V3.0.1

Compare
Choose a tag to compare
@demget demget released this 01 Oct 23:22
· 126 commits to v3 since this release

Changelog

  • Sticker is treated as a Media now
  • DeleteCommands is working properly now
  • is_premium field is added to the Chat
  • Stop() behavior improvements (#532)
  • New tele.M alias type for the map[string]any to be used with layout package
  • middleware.Recover() is added instead of the default panic-recovering behavior
  • Bot.OnError is read-only now, instead pass the error handler once through tele.Settings