Package org.drinkless.tdlib
Class TdApi.SupergroupMembersFilterContacts
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.SupergroupMembersFilter
-
- org.drinkless.tdlib.TdApi.SupergroupMembersFilterContacts
-
- Enclosing class:
- TdApi
public static class TdApi.SupergroupMembersFilterContacts extends TdApi.SupergroupMembersFilter
Returns contacts of the user, which are members of the supergroup or channel.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringqueryQuery to search for.
-
Constructor Summary
Constructors Constructor Description SupergroupMembersFilterContacts()Returns contacts of the user, which are members of the supergroup or channel.SupergroupMembersFilterContacts(String query)Returns contacts of the user, which are members of the supergroup or channel.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
query
public String query
Query to search for.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SupergroupMembersFilterContacts
public SupergroupMembersFilterContacts()
Returns contacts of the user, which are members of the supergroup or channel.
-
SupergroupMembersFilterContacts
public SupergroupMembersFilterContacts(String query)
Returns contacts of the user, which are members of the supergroup or channel.- Parameters:
query- Query to search for.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-