- Enclosing class:
- TdApi
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 ChatMembers
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
The type of users to search for; pass null to search among all chat members.int
The maximum number of users to be returned; up to 200.Query to search for. -
Constructor Summary
ConstructorDescriptionSearches for a specified query in the first name, last name and username of the members of a specified chat.SearchChatMembers
(long chatId, String query, int limit, TdApi.ChatMembersFilter filter) Searches for a specified query in the first name, last name and username of the members of a specified chat.SearchChatMembers
(DataInput input) Searches for a specified query in the first name, last name and username of the members of a specified chat. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdChat identifier. -
query
Query to search for. -
limit
public int limitThe maximum number of users to be returned; up to 200. -
filter
The type of users to search for; pass null to search among all chat members. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SearchChatMembers
public SearchChatMembers()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
ChatMembers
-
SearchChatMembers
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
ChatMembers
- Parameters:
chatId
- long Chat identifier.query
- String Query to search for.limit
- int The maximum number of users to be returned; up to 200.filter
- ChatMembersFilter The type of users to search for; pass null to search among all chat members.
-
SearchChatMembers
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
ChatMembers
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-