Package it.tdlight.jni
Class TdApi.SearchChatMembers
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.SearchChatMembers
- Enclosing class:
- TdApi
public static class TdApi.SearchChatMembers extends TdApi.Function
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
Fields Modifier and Type Field Description long
chatId
Chat identifier.static int
CONSTRUCTOR
TdApi.ChatMembersFilter
filter
The type of users to return.int
limit
The maximum number of users to be returned.String
query
Query to search for. -
Constructor Summary
Constructors Constructor Description SearchChatMembers()
Searches 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)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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. -
filter
The type of users to return. By default, chatMembersFilterMembers. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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.filter
- ChatMembersFilter The type of users to return. By default, chatMembersFilterMembers.
-
SearchChatMembers
- 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()
-