From 5023be2fe5dffc35f4e3890924fa1edb160f2a1d Mon Sep 17 00:00:00 2001 From: Lonami Date: Sat, 18 Nov 2017 10:02:12 +0100 Subject: [PATCH] Add yet another issue asking how to do this --- Increasing-View-Count.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Increasing-View-Count.md b/Increasing-View-Count.md index 1d45c9d..3f0e1f0 100644 --- a/Increasing-View-Count.md +++ b/Increasing-View-Count.md @@ -1,4 +1,4 @@ -It has been asked [quite](https://github.com/LonamiWebs/Telethon/issues/233) [a few](https://github.com/LonamiWebs/Telethon/issues/305) [times](https://github.com/LonamiWebs/Telethon/issues/409), and while I don't understand why so many people ask this, the solution is to use [`GetMessagesViewsRequest`](https://lonamiwebs.github.io/Telethon/methods/messages/get_messages_views.html), setting `increment=True`: +It has been asked [quite](https://github.com/LonamiWebs/Telethon/issues/233) [a few](https://github.com/LonamiWebs/Telethon/issues/305) [times](https://github.com/LonamiWebs/Telethon/issues/409) (really, [many](https://github.com/LonamiWebs/Telethon/issues/447)), and while I don't understand why so many people ask this, the solution is to use [`GetMessagesViewsRequest`](https://lonamiwebs.github.io/Telethon/methods/messages/get_messages_views.html), setting `increment=True`: ```python # Obtain `channel' through dialogs or through client.get_entity() or anyhow.