1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 09:27:20 +01:00
MadelineProto/docs/TD_docs/methods/searchChatMembers.md

898 B

title description
searchChatMembers Searches for the specified query in the first name, last name and username among members of the specified chat. Requires administrator rights in broadcast channels

Method: searchChatMembers

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Searches for the specified query in the first name, last name and username among members of the specified chat. Requires administrator rights in broadcast channels

Parameters:

Name Type Required Description
chat_id CLICK ME int53 Yes Chat identifier
query CLICK ME string Yes Query to search for
limit CLICK ME int Yes Maximum number of users to be returned

Return type: ChatMembers