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:channels_only (
bool, optional) – Pass True to search only in channels.groups_only (
bool, optional) – Pass True to search only in groups.users_only (
bool, optional) – Pass True to search only in users.
- Returns:¶
 int– On success, the messages count is returned.