Module tdlight.api

Class TdApi.SearchChatMembers

Enclosing class:
TdApi

public static final class TdApi.SearchChatMembers extends TdApi.Function<TdApi.ChatMembers>
Searches for a specified query in the first name, last name and usernames of the members of a specified chat. Requires administrator rights in channels.

Returns ChatMembers

  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • query

      public String query
      Query to search for.
    • limit

      public int limit
      The maximum number of users to be returned; up to 200.
    • filter

      public TdApi.ChatMembersFilter filter
      The type of users to search for; pass null to search among all chat members.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • SearchChatMembers

      public SearchChatMembers()
      Searches for a specified query in the first name, last name and usernames of the members of a specified chat. Requires administrator rights in channels.

      Returns ChatMembers

    • SearchChatMembers

      public SearchChatMembers(long chatId, String query, int limit, TdApi.ChatMembersFilter filter)
      Searches for a specified query in the first name, last name and usernames of the members of a specified chat. Requires administrator rights in channels.

      Returns ChatMembers

      Parameters:
      chatId - Chat identifier.
      query - Query to search for.
      limit - The maximum number of users to be returned; up to 200.
      filter - The type of users to search for; pass null to search among all chat members.

      Returns ChatMembers

    • SearchChatMembers

      public SearchChatMembers(DataInput input) throws IOException
      Searches for a specified query in the first name, last name and usernames of the members of a specified chat. Requires administrator rights in channels.

      Returns ChatMembers

      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object