public static class TdApi.RemoveContacts extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
userIds
Identifiers of users to be deleted.
|
| Constructor and Description |
|---|
RemoveContacts()
Default constructor for a function, which removes users from the contact list.
|
RemoveContacts(long[] userIds)
Creates a function, which removes users from the contact list.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long[] userIds
public static final int CONSTRUCTOR
public RemoveContacts()
Returns Ok
public RemoveContacts(long[] userIds)
Returns Ok
userIds - Identifiers of users to be deleted.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object