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
My plan for v2 was primarily to redesign the core of the library based on what I had learnt from making grammers, and use proper types.
As for the high-level API, my plan was to take what was most used from v1, and remove anything that didn't pull its own weight. This includes conversations and all ugly hacks used by custom types.
Honestly, v2 is probably not missing that much, but I'm sure it's also nowhere as stable as v1, network-wise. Another pain point is Markdown. CommonMark just doesn't cut it, as Telegram has many more formatting entities. This affects big part of the library and we need a better solution. We might just need to copy what the HTTP Bot API is doing for formatting.
Describe your suggested feature
V2 is great and the community is waiting for its stable version. We are willing to contribute if there is work to be done for a stable version.
Todos:
The text was updated successfully, but these errors were encountered: