public static class TdApi.SupergroupMembersFilterContacts extends TdApi.SupergroupMembersFilter
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
query
Query to search for.
|
| Constructor and Description |
|---|
SupergroupMembersFilterContacts()
Returns contacts of the user, which are members of the supergroup or channel.
|
SupergroupMembersFilterContacts(java.lang.String query)
Returns contacts of the user, which are members of the supergroup or channel.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String query
public static final int CONSTRUCTOR
public SupergroupMembersFilterContacts()
public SupergroupMembersFilterContacts(java.lang.String query)
query - Query to search for.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object