Class TdApi.RemoveContacts

Enclosing class:
TdApi

public static class TdApi.RemoveContacts
extends TdApi.Function
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:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details