From 0087c5b8f5393da86a53d5fff91a8a40307ef35f Mon Sep 17 00:00:00 2001 From: Lonami Date: Thu, 1 Aug 2019 18:49:16 +0200 Subject: [PATCH] Updated Recent actions (markdown) --- Recent-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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