Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global Search in groups return Limited Result #178

Closed
moslem7026 opened this issue Jul 23, 2023 · 3 comments
Closed

Global Search in groups return Limited Result #178

moslem7026 opened this issue Jul 23, 2023 · 3 comments
Labels
telegram api Questions about Telegram API should be asked on StackOverflow

Comments

@moslem7026
Copy link

moslem7026 commented Jul 23, 2023

this code search in telegram globally and return Groups
var t = ((await client.Messages_SearchGlobal("Keyword")) as Messages_MessagesSlice).chats.Where(q=>q.Value.IsGroup).ToList();
but it returns limited result (just 5 group) . also we know that there are more GROUPS in telegram with this keyword.
how fetch all groups or more in telegram Api ?

@wiz0u wiz0u added the telegram api Questions about Telegram API should be asked on StackOverflow label Jul 23, 2023
@github-actions
Copy link

Github Issues should be used only for problems with the library itself.
For questions about Telegram API usage, you can search the API official documentation or click here to ask your question on StackOverflow so the whole community can help and benefit.

@wiz0u
Copy link
Owner

wiz0u commented Jul 23, 2023

I see you already posted here: https://stackoverflow.com/questions/76747629/global-search-in-groups-return-limited-result
(So you didn't need to open an issue in github)

@moslem7026
Copy link
Author

but in SO i see that most of answer is using contact search but it return limited result. i want to search wide range of channel and groups

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
telegram api Questions about Telegram API should be asked on StackOverflow
Projects
None yet
Development

No branches or pull requests

2 participants