Telegram Bot Event When Users Join To Channel
问题 After create telegram bot, access and admin this bot to channel. how to get channel members list or event when users join to this channel? 回答1: Pretty disappointed with the current answers, so I'll leave an updated (as of February 2018) answer that explains how to do this with the Telegram API itself, as well as with the framework I am using, Telegraf for Node. The Telegram API is both very powerful, and pretty simple as far as API's go. If you are using the polling method of getting updates,