Creating a Telegram Bot Spot
Table of Contents
To create a Telegram bot, go to the "Spots" section

Click “Add spot” and select “Telegram bot”
Adding Telegram App steps:
Step 1. Fill in the “General” tab

Name - the name of the bot in our system for your convenience
Editing rights - grant rights to users who have the right to edit this Telegram App, as well as receive a link to launch traffic to the Telegram App and view outgoing postbacks.
Delete permissions - grant permissions to users who have the right to delete this Telegram App
Step 2. Fill in the “Bot” tab
Short name
The name of your telegram bot (for example myname_bot).
Webhook Link (Recommended)
This type of webhook is designed to reliably and accurately transmit user IDs for subsequent tracking of their actions in the MVP Project system. It is supported by most popular platforms for creating Telegram bots, including both constructors and custom solutions.
URL format:
https://thedinator.com/tracker/bot/webhook/QFCkQw83/?user_id={user_id}&subscriber_id={sub_id}
Explanation of parameters:
user_id
— Telegram user ID. Obtained on the first layer of your bot.subscriber_id
— internal user identifier on the MVPProject platform. Passed to the/start
command and comes in the format/start xxx-xxx-xxx
.
Example request:
https://thedinator.com/tracker/bot/webhook/QFCkQw83/?user_id=123456789&subscriber_id=abc-123-xyz
It is recommended to use this method, as it is easy to implement and does not require additional operations.
Link for Telegram webhook
This option is used in cases where the platform does not allow you to configure the request parameters. It is assumed that you duplicate the contents of the standard Telegram webhook request (for example, the update
object) directly, without modifications. Suitable for advanced custom solutions and rare platforms with direct access to outgoing data.
Send link:
https://thedinator.com/tracker/bot/telegram/webhook/QFCkQw83/
It is recommended to pass the entire
update
structure received from the Telegram API in the request body.
If you are using a builder platform and are not sure whether it supports passing parameters in the URL, contact the platform's technical support or choose the method with a simple webhook.
Step 3. Fill in the “Postbacks” tab

On this tab you can add pixels of various advertising networks where to send postbacks about subscriptions, registrations, sales, etc.
Postback type - select where you want to send postbacks. You can find more information about setting up each postback type in the section “Setting up analytics and tracking” .
Your Telegram bot is ready to work! Let's look at the main functions of the Telegram bot spot card.
Telegram bot card
Button 1. Edit
Allows you to edit the created spot.
Button 2. Postbacks
Shows all outgoing (to Facebook, Google, Tiktok) and incoming postbacks associated with this spot.
Button 3. Generate links for landing
Button to get a tracking link for this spot.
Button 4. View
A button to get a list of postbacks, for which you can return information about actions performed by the user, which will be displayed in statistics.
Button 5. Delete
Button to delete Telegram bot.