Created Recent actions (markdown)

Lonami 2017-09-09 11:02:31 +02:00
parent a4a46ef5fd
commit 0697e87982

1
Recent-actions.md Normal file

@ -0,0 +1 @@
"Recent actions" is simply the name official applications have given to the "admin log". Simply use [`GetAdminLogRequest`](https://lonamiwebs.github.io/Telethon/methods/channels/get_admin_log.html) for that, and you'll get <code><a href="https://lonamiwebs.github.io/Telethon/constructors/channels/admin_log_results.html">AdminLogResults</a>.<a href="https://lonamiwebs.github.io/Telethon/constructors/channel_admin_log_event.html">events</a></code> in return which in turn has the final [`.action`](https://lonamiwebs.github.io/Telethon/types/channel_admin_log_event_action.html).