Reputation: 635
My bot is admin in a channel and I want to read channel's recent actions(like who joined the channel and etc) using python-telegram-bot. How can I achive this?
Upvotes: 1
Views: 1563
Reputation: 8015
There have no method to get recently actions by bot. And bots won't get notified when users joined channel.
If you want to know whether user in your channel, there have getChatMember
method.
Upvotes: 1