You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How i can do this in Telebot ?
and how to make a code, that while the user not in the channel and keep talking to the bot
the bot till him that he has to subscribe to the channel
and when he does the subscribe, the bot work
The text was updated successfully, but these errors were encountered:
in here we mostly use command if I remember correctly, something like "/start" to trigger the event in your code,
trigger event here meaning that you write a function in the "/start" command, so when the user click "/start" or "subs" then you trigger subscribe to the channel
in here we mostly use command if I remember correctly, something like "/start" to trigger the event in your code,
trigger event here meaning that you write a function in the "/start" command, so when the user click "/start" or "subs" then you trigger subscribe to the channel
you don't understands me well, i will make it clear as an example
*user uses the bot*
user: /start
bot: you have to sub to the channel "x" to make the bot work
user: /meme (or any other commnd)
bot: you have to sub to the channel "x" to make the bot work
*user subs to the channel*
user in the bot: /start
bot: Hello there, how i can make you happy today
user: /meme
bot: *sends a meme"
did you get the idea? i need the bot command not be working until the user subs to the channel
How i can do this in Telebot ?
and how to make a code, that while the user not in the channel and keep talking to the bot
the bot till him that he has to subscribe to the channel
and when he does the subscribe, the bot work
The text was updated successfully, but these errors were encountered: