MadelineProto/docs/TD_docs/methods/searchChatMembers.md

25 lines
867 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: searchChatMembers
description: 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](index.md)
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
### Params:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2017-09-29 15:50:59 +02:00
|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier|
2017-08-25 15:05:53 +02:00
|query|[string](../types/string.md) | Yes|Query to search for|
|limit|[int](../types/int.md) | Yes|Maximum number of users to be returned|
### Return type: [ChatMembers](../types/ChatMembers.md)