search_global_count()#

Client.search_global_count()#

Get the count of messages resulting from a global search.

If you want to get the actual messages, see search_global().

Usable by Users Bots
Parameters:
  • query (str, optional) – Text query string. Use “@” to search for mentions.

  • filter (MessagesFilter, optional) – Pass a filter in order to search for specific kind of messages only:

Returns:

int – On success, the messages count is returned.