# discordTokenTelegramAPI.json

## Follow a Telegram or Discord Channel

You can follow both: Almost every Telegram Channel and Discord channel you have. (check with low funds if the signals are read correct).

### Discord UserToken and Telegram API

The Discord User Token and the Telegram API let's the Futures Bot see what you see, hence be able to read crypto signals from Discord like you can.&#x20;

{% code title="discordTokenTelegramAPI.json" %}

```json
{
  "userToken":" your discord user token here",
  "TelegramAPI": "your telegram API here",
  "TelegramHash": "your telegram Hash here",
  "channelId": "DiscordChannleId or TelegramChannelId",
  "readFormat": "EMBEDS"
}
```

{% endcode %}

The channelId is the id of the Discord channel you want to follow. See below how to get it. You can only use one channelId. If you want to follow multiple signals channel with the Futures Bot you need to copy paste the folder and enter the channel id.&#x20;

{% hint style="success" %}
Only one Discord Channel Id or Telegram Channel ID! If you want to use the bot on multiple channels you need to copy the whole folder and change the channelId
{% endhint %}

Or you add the Telegram Channel Id you can get from here:

{% content-ref url="/pages/CzXLCCPHFOs1KfdnQuRt" %}
[PumpBot: TelegramAPI.json](/crypto-bot-general/pumpbot-telegramapi-json.md)
{% endcontent-ref %}

#### How to get your discord user Token

Check the following link on how to obtain your Discord user token.

{% hint style="info" %}
Your Discord User Token can change over time. It lasts for around 3 months. After that you need to get a new one.
{% endhint %}

{% content-ref url="/pages/vUMoE62QSVTaxCcSUfYe" %}
[PumpBot: discordToken.json](/crypto-bot-general/pumpbot-discordtoken-json.md)
{% endcontent-ref %}

#### How to get the discord channelId?

{% content-ref url="/pages/vUMoE62QSVTaxCcSUfYe" %}
[PumpBot: discordToken.json](/crypto-bot-general/pumpbot-discordtoken-json.md)
{% endcontent-ref %}

### What is the "format"?

Discord is able to send messages as so called "Embeds" or normal texts messages. Based on the type the signal provider sends the signal you can choose and the bot is able to read the messages. See the below pictures for the difference between Discord embeds and text messages.

<div><figure><img src="/files/xgEFbjbo8rctyFIG1CMO" alt=""><figcaption><p>Discord Crypto signals as Embeds</p></figcaption></figure> <figure><img src="/files/paG46SDae5a0nMhsbfrx" alt=""><figcaption><p>Discord Crypto signals as text message</p></figcaption></figure></div>

So, based on how the messages are sent you use:

```
"format": "text"
or
"format": "embeds"
```

The entry is not case sensitive. This means you can write: Text, or text or TEXT. As simple as that 🤗


---

# 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://docs.pump-bot.com/futures-bot-automate-crypto-signals-trading/guide-futures-bot/discordtokentelegramapi-json.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.
