Class TdApi.RemoveContacts

  • Enclosing class:
    TdApi

    public static class TdApi.RemoveContacts
    extends TdApi.Function
    Removes users from the contacts list.

    Returns Ok

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      int[] userIds
      Identifiers of users to be deleted.
    • Constructor Summary

      Constructors 
      Constructor Description
      RemoveContacts()
      Default constructor.
      RemoveContacts​(int[] userIds)
      Constructor for initialization of all fields.
    • Field Detail

      • userIds

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RemoveContacts

        public RemoveContacts()
        Default constructor.
      • RemoveContacts

        public RemoveContacts​(int[] userIds)
        Constructor for initialization of all fields.
        Parameters:
        userIds - Identifiers of users to be deleted.