public static class TdApi.RemoveContacts extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function