Enhance your experience when developing with grammY.
The extension features some of the most used code snippets for the grammy library to save users time and effort in developing telegram bots.
We all need to go and check for the full update json tree sometimes, right!!!
Typescript
users have types but still we sometimes need to have a look on what
we are working with.
The extension features a real-time
updates explorer in the sidebar and it will
show all the updates that your bot will receive.
One of the many cool features of grammy
is it's
Filter Queries and there are
lots of them (like 800+ of em) and you may want to know a bit more about what
exactly do they filter and how to access them.
And the the explorer does exactly that you get a complete list of all the
Filter Queries
with their description right in your editor.
You’re welcome to contribute by reporting issues and making pull requests of any size. Don’t forget that we’re following Conventional Commits.
- Clone the repository and open it with VS Code.
git clone https://github.com/grammyjs/vscode.git
- Install the dependencies.
yarn install
- Press
F5
or the whatever key you have configured to start the development tasks.