# About Nestgram

## What is Nestgram?

Nestgram - Framework for working with Telegram Bot API on TypeScript like Nest.js. You can write your own telegram bots using Nestgram. It has TypeScript Nest.js syntax.

{% hint style="info" %}
Nestgram in development. Current version is **1.9.0**

If you found a bug, you can ask the [author](https://t.me/degreet) or ask the [form](#help-nestgram) below
{% endhint %}

{% hint style="warning" %}
Nestgram *can't* use Nest.js modules. But you can create own modules for Nestgram :)
{% endhint %}

## Links

[Author](https://t.me/degreet)\
[Our telegram channels](https://degreetpro.gitbook.io/nestgram/news)\
[GitHub](https://github.com/Degreet/nestgram)

## Help Nestgram

{% embed url="<https://do67hlsz91r.typeform.com/to/sI6NXBKV>" %}
I want to help Nestgram
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://degreetpro.gitbook.io/nestgram/about-nestgram.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
