Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get telegram channel "Recent Actions" via telegram's Client API Or Bot API?

Tags:

telegram

Is it possible to get my telegram channel's "Recent Actions"?

Main reason for doing that, is to get members who joined the channel or left it.

Any suggestions?

like image 310
glocken Avatar asked Sep 17 '25 04:09

glocken


1 Answers

It didn't supported by bot API, and no existing library can do this.

You can use channels.getAdminLog#33ddf480 in MTProto.

like image 139
Sean Avatar answered Sep 19 '25 13:09

Sean