- Enclosing class:
- TdApi
Removes users from the contact list.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long[]
Identifiers of users to be deleted. -
Constructor Summary
ConstructorDescriptionRemoves users from the contact list.RemoveContacts
(long[] userIds) Removes users from the contact list.RemoveContacts
(DataInput input) Removes users from the contact list. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
userIds
public long[] userIdsIdentifiers of users to be deleted. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
RemoveContacts
public RemoveContacts()Removes users from the contact list. ReturnsOk
-
RemoveContacts
public RemoveContacts(long[] userIds) Removes users from the contact list. ReturnsOk
- Parameters:
userIds
- long[] Identifiers of users to be deleted.
-
RemoveContacts
Removes users from the contact list. ReturnsOk
- 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()
-