Nariman Esmaiely Fard
Nariman Esmaiely Fard

Reputation: 635

Read channel recent actions with telegram bot

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

Answers (1)

Sean Wei
Sean Wei

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

Related Questions