How To Check Telegram Channel Subscribers

Command = Telegram Subscribers this command name is not required its only for example guy

Put The Bot JavaScript

// for Checking Telegram subscribers
Api.getChatMembersCount({

  chat_id: message,

  on_result: "/subs"

})

Command /subs

Put The Bot JavaScript

// result
Bot.sendMessage("That Channel Subscribers "+options.result+")

Last updated

Was this helpful?