From 0697e879821001e9b8d00a568e1a144627999116 Mon Sep 17 00:00:00 2001 From: Lonami Date: Sat, 9 Sep 2017 11:02:31 +0200 Subject: [PATCH] Created Recent actions (markdown) --- Recent-actions.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Recent-actions.md diff --git a/Recent-actions.md b/Recent-actions.md new file mode 100644 index 0000000..f147374 --- /dev/null +++ b/Recent-actions.md @@ -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 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