> For the complete documentation index, see [llms.txt](https://alphabot-docs.gitbook.io/alphabot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alphabot-docs.gitbook.io/alphabot/raffles/entry-requirements/connect-telegram.md).

# Connect Telegram

When enabling the `Connect to Telegram` requirement, you're requiring each entrant to have a Telegram account connected to Alphabot. You can leave the requirement at this and it will just collect the entrant's Telegram usernames.

You can require membership of a specific channel or group by selecting it in the dropdown field. An invite link for the selected group/channel can be added as well if preferred.

Multiple Telegram requirements can be added (for different groups/channels), which will be treated as AND logic - so the entrant will have to meet each Telegram requirement before they can enter.

<figure><img src="/files/IBxRGHvHyJg20udHvUFN" alt="" width="563"><figcaption></figcaption></figure>

The Telegram chat ID can be added manually as well if you are not in the server or not seeing it in the list. To get this ID, we've also added a command for convenience, type `/chat_info` into the chat, and if the Alphabot bot is present, it will output the data it has available including the chat's ID. Note: This Telegram chat ID should be a NEGATIVE number like `-123123123`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://alphabot-docs.gitbook.io/alphabot/raffles/entry-requirements/connect-telegram.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.
