Class TdApi.RemoveContacts

  • Enclosing class:
    TdApi

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

    Returns Ok

    • Field Detail

      • userIds

        public long[] 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 for a function, which removes users from the contact list.

        Returns Ok

      • RemoveContacts

        public RemoveContacts​(long[] userIds)
        Creates a function, which removes users from the contact list.

        Returns Ok

        Parameters:
        userIds - Identifiers of users to be deleted.