Dunkan
Dunkan
[grammY](https://grammy.dev) is an excellent choice for creating Telegram bots. This PR removes all the hard part and simplifies the Telegram bot example. I'm not quite sure about the Deploy button...
 https://grammy.dev/ref/core/Context#getfile
## Features List of few features that I want to add to this bot if possible. Some of the following may seem unnecessary and I'll re-think about it when I'm...
+ `dnt` or `d2n`.
**Reminder for myself**. Issues with groups have been fixed. Now, should fix the timings in Channels also.
The current documentation (both JSDocs and README) is pretty bad. Of course, I have documented everything. But they are not too good. So we should have some better docs. -...
It is good to have Node.js support. Should use [deno2node](https://github.com/fromdeno/deno2node). As mentioned in #1, if the library is going to be used as the dependency of the grammY plugin, we...
# 2.0 BREAKING CHANGES. Re-wrote the whole library. Corrected a lot of mistakes I made when I first wrote it. Closes #1, as I think its better to handle TG...
Currently, the library uses [[email protected]](https://deno.land/x/[email protected]/) for the purpose of parsing the markdown to HTML and which seems to be using [GFM](https://github.github.com/gfm/) spec. But, I originally created this library as an...