How to get Telegram channel users list with Telegram Bot API

后端 未结 7 1825
旧时难觅i
旧时难觅i 2020-12-28 17:53

Anybody give a starter on how may I get information about users from my telegram bot. Imagine my bot in an admin user in my channel and I want to get my channel user list or

7条回答
  •  醉话见心
    2020-12-28 18:46

    Bot can't get access to channel users list via api. One have two possibilities to achieve this:

    • catch all channel messages and filter "XXX joined the channel" one - this is in theory, i didn't try
    • use https://github.com/vysheng/tgl

提交回复
热议问题