diff --git a/Recent-actions.md b/Recent-actions.md index f147374..bd04380 100644 --- a/Recent-actions.md +++ b/Recent-actions.md @@ -1 +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 AdminLogResults.events in return which in turn has the final [`.action`](https://lonamiwebs.github.io/Telethon/types/channel_admin_log_event_action.html). \ No newline at end of file +"Recent actions" is simply the name official applications have given to the "admin log". Simply use [`client.iter_admin_log()`](https://docs.telethon.dev/en/latest/modules/client.html#telethon.client.chats.ChatMethods.iter_admin_log) for that. Click the link for examples. \ No newline at end of file