3JoB / telebot

Telebot is a Telegram bot framework in Go. Fork from https://github.com/tucnak/telebot
https://crare.pkg.one
MIT License
2 stars 1 forks source link

Roadmap #28

Closed 3JoB closed 10 months ago

3JoB commented 1 year ago

TEP is a fork of https://gopkg.in/telebot.v3. TEP can follow BotAPI updates faster, as well as some more radical optimizations (of course, there may be wrong modifications, and it is not necessarily stable. , because I often forget to test and I don't like unit tests).

Now I will push the latest roadmap here, and it will be continuously updated. If you have any nice features, please try merging them into telebot first instead of TEP. Only if your merge is rejected by telebot or there is no response for a long time, you should send a merge request to TEP.

By the way, some methods of telebot and TEP are different, please do not copy and paste directly.


Tasks

3JoB commented 11 months ago

Version 2 is currently under stable development, and I will rewrite the documentation when it is almost ready.