Module tdlight.api

Class TdApi.SearchSecretMessages

Enclosing class:
TdApi

public static final class TdApi.SearchSecretMessages extends TdApi.Function<TdApi.FoundMessages>
Searches for messages in secret chats. Returns the results in reverse chronological order. For optimal performance, the number of returned messages is chosen by TDLib.

Returns FoundMessages

  • Field Details

    • chatId

      public long chatId
      Identifier of the chat in which to search. Specify 0 to search in all secret chats.
    • query

      public String query
      Query to search for. If empty, searchChatMessages must be used instead.
    • offset

      public String offset
      Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.
    • limit

      public int limit
      The maximum number of messages to be returned; up to 100. For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit.
    • filter

      Additional filter for messages to search; pass null to search for all messages.
    • CONSTRUCTOR

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

    • SearchSecretMessages

      public SearchSecretMessages()
      Searches for messages in secret chats. Returns the results in reverse chronological order. For optimal performance, the number of returned messages is chosen by TDLib.

      Returns FoundMessages

    • SearchSecretMessages

      public SearchSecretMessages(long chatId, String query, String offset, int limit, TdApi.SearchMessagesFilter filter)
      Searches for messages in secret chats. Returns the results in reverse chronological order. For optimal performance, the number of returned messages is chosen by TDLib.

      Returns FoundMessages

      Parameters:
      chatId - Identifier of the chat in which to search. Specify 0 to search in all secret chats.
      query - Query to search for. If empty, searchChatMessages must be used instead.
      offset - Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.
      limit - The maximum number of messages to be returned; up to 100. For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit.
      filter - Additional filter for messages to search; pass null to search for all messages.

      Returns FoundMessages

    • SearchSecretMessages

      public SearchSecretMessages(DataInput input) throws IOException
      Searches for messages in secret chats. Returns the results in reverse chronological order. For optimal performance, the number of returned messages is chosen by TDLib.

      Returns FoundMessages

      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