TDLib v0.0.2 TDLib.Method.SearchChatMembers View Source

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

NameTypeDescription
chat_idstringChat identifier.
querystringQuery to search for.
limitnumberThe maximum number of users to be returned.

More details on telegram’s documentation.