Skip to content

Issue 130 upgrade to telebot v3

luciole requested to merge luciole/rdsys:issue-130-upgrade-to-telebot-v3 into main

Key changes in telebot v3 that are relevant for the bridge bot are that info about the Sender that was previously in a Message field is now accessed through a Context method, as well as the Message itself, and Send is now a Context method rather than a Bot method.

Merge request reports