Skip to main content

Condition: Subscription / Boost (Telegram)

How to check subscription to a Telegram channel and set up boost (vote) verification

i
Written by interpreter
Updated over a week ago

Purpose

This guide explains how to set up two conditions — Subscription and Boost (Vote) — which let you verify whether a user is subscribed to your Telegram channel and whether they’ve voted (boosted) it.


You can use these checks to reward active users and give access to exclusive content for those who support your project. 

What these conditions do:

  • Subscription: checks if a user is subscribed to your channel.

  • Boost: checks if a user has given a vote (boost) to your channel.

These conditions help you:

  • Encourage users to subscribe or vote.

  • Reward loyal followers and boosters with exclusive content.

  • Increase engagement and channel activity.


Subscription to a Channel

How the subscription check works

To verify whether a user is subscribed to your Telegram channel, your bot must be added as an admin in that channel. Once this is done, you can set up an automation that checks each user’s subscription status.

How to add a bot as an admin to a Telegram channel or chat

If the user is subscribed — the condition “Subscription” passes successfully, and you can proceed with next steps, such as sending exclusive content or bonuses.


How to set up a subscription check

  1. Open the automation builder and create a new Condition block.

  2. Choose condition: Subscription.

  3. Select the channel you want to check.

  • If the user is subscribed → the condition is met.

  • If not → you can send them a message encouraging them to subscribe to access exclusive materials.

💡 You can check subscriptions for multiple channels.

First, add your bot as an admin to each channel and then, create a separate Subscription condition for each one.

You can see an example of multi-channel subscription verification in the template [Circle in Telegram] Subscription to channels.


Boost verification

How the boost check works

The Boost condition lets you verify whether a user has voted (boosted) your Telegram channel. Boosters can receive extra bonuses or exclusive materials for their support.

Important: Boost verification is not available on the Free Plan. You’ll need a Pro Plan or Unlimited Plan to use it.

To enable boost verification:

  1. Make sure your bot is added as an admin to your channel.

  2. Ensure users can vote (boost) for your channel.

  • If a vote has been cast → the Boost condition passes.

  • If not → you can encourage the user to vote and highlight the benefits of being a booster.


How to set up a boost check

  1. Open the Automation Builder and create a Condition block.

  2. Choose Condition: Boost.

  3. Select the channel where the user should vote.

  • If the user voted → the condition passes, and you can send exclusive content.

  • If not → send a message inviting them to vote and explaining the perks of being a supporter.


By combining Subscription and Boost conditions, you can:

  • Verify user engagement.

  • Offer exclusive content or bonuses to active followers.

  • Motivate your audience to participate and support your channel.


Related articles

Did this answer your question?