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
Name | Type | Description |
---|---|---|
chat_id | string | Chat identifier. |
query | string | Query to search for. |
limit | number | The maximum number of users to be returned. |
More details on telegram’s documentation.