Class TdApi.SearchContacts

Enclosing class:
TdApi

public static class TdApi.SearchContacts
extends TdApi.Function
Searches for the specified query in the first names, last names and usernames of the known user contacts.

Returns Users

  • Field Details

    • query

      public String query
      Query to search for; may be empty to return all contacts.
    • limit

      public int limit
      The maximum number of users to be returned.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • SearchContacts

      public SearchContacts()
      Searches for the specified query in the first names, last names and usernames of the known user contacts.

      Returns Users

    • SearchContacts

      public SearchContacts​(String query, int limit)
      Searches for the specified query in the first names, last names and usernames of the known user contacts.

      Returns Users

      Parameters:
      query - String Query to search for; may be empty to return all contacts.
      limit - int The maximum number of users to be returned.
    • SearchContacts

      public SearchContacts​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details