You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Upgrade the network framework to resty-ilo to coexist with fasthttp
PoolingContext
Modify Raw value passing to avoid more copies.
Remove or avoid regular expressions.
Optimize the way errors exist.
The middleware uses a method like Next() to continue.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: