How To Check Telegram Channel Subscribers
Put The Bot JavaScript
// for Checking Telegram subscribers
Api.getChatMembersCount({
chat_id: message,
on_result: "/subs"
})Put The Bot JavaScript
// result
Bot.sendMessage("That Channel Subscribers "+options.result+")Last updated
Was this helpful?