Module tdlight.api

Class TdApi.RemoveContacts

Enclosing class:
TdApi

public static final class TdApi.RemoveContacts extends TdApi.Function<TdApi.Ok>
Removes users from the contact list. Returns Ok
  • Field Details

    • userIds

      public long[] userIds
      Identifiers of users to be deleted.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • RemoveContacts

      public RemoveContacts()
      Removes users from the contact list. Returns Ok
    • RemoveContacts

      public RemoveContacts(long[] userIds)
      Removes users from the contact list. Returns Ok
      Parameters:
      userIds - long[] Identifiers of users to be deleted.
    • RemoveContacts

      public RemoveContacts(DataInput input) throws IOException
      Removes users from the contact list. Returns Ok
      Throws:
      IOException
  • Method Details