From 25e2e16cb350629c6b6c66e95a838440c95e6be4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 25 Oct 2021 03:41:51 +0000 Subject: [PATCH] Update content of files --- .../method/messages.getSearchCounters | 173 ++++++++++++++++++ 1 file changed, 173 insertions(+) create mode 100644 data/corefork.telegram.org/method/messages.getSearchCounters diff --git a/data/corefork.telegram.org/method/messages.getSearchCounters b/data/corefork.telegram.org/method/messages.getSearchCounters new file mode 100644 index 0000000000..50e7a6044a --- /dev/null +++ b/data/corefork.telegram.org/method/messages.getSearchCounters @@ -0,0 +1,173 @@ + + + + + messages.getSearchCounters + + + + + + + + + + + + + +
+ +
+
+
+ +

messages.getSearchCounters

+ +

Get the number of results that would be found by a messages.search call with the same parameters

+

+ +
+
---functions---
+messages.getSearchCounters#732eef00 peer:InputPeer filters:Vector<MessagesFilter> = Vector<messages.SearchCounter>;

+

Parameters

+ + + + + + + + + + + + + + + + + + + + +
NameTypeDescription
peerInputPeerPeer where to search
filtersVector<MessagesFilter>Search filters
+

Result

+

Vector<messages.SearchCounter>

+

Possible errors

+ + + + + + + + + + + + + + + +
CodeTypeDescription
400PEER_ID_INVALIDThe provided peer id is invalid.
+

Related pages

+

messages.search

+

Gets back found messages

+ +
+ +
+
+ +
+ + + + + +