- Enclosing class:
- TdApi
Searches for messages in all chats
except secret chats. Returns the
results in reverse chronological order
(i.e., in order of decreasing (date,
chatId, messageId)). For optimal
performance, the number of returned
messages is chosen by TDLib and can
be smaller than the specified limit.
Returns
Messages
-
Field Summary
Modifier and TypeFieldDescriptionChat list in which to search messages; pass null to search in all chats regardless of their chat list.static final int
Additional filter for messages to search; pass null to search for all messages.int
The maximum number of messages to be returned; up to 100.int
If not 0, the maximum date of the messages to return.int
If not 0, the minimum date of the messages to return.long
The chat identifier of the last found message, or 0 for the first request.int
The date of the message starting from which the results need to be fetched.long
The message identifier of the last found message, or 0 for the first request.Query to search for. -
Constructor Summary
ConstructorDescriptionSearches for messages in all chats except secret chats.SearchMessages
(TdApi.ChatList chatList, String query, int offsetDate, long offsetChatId, long offsetMessageId, int limit, TdApi.SearchMessagesFilter filter, int minDate, int maxDate) Searches for messages in all chats except secret chats.SearchMessages
(DataInput input) Searches for messages in all chats except secret chats. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatList
Chat list in which to search messages; pass null to search in all chats regardless of their chat list. Only Main and Archive chat lists are supported. -
query
Query to search for. -
offsetDate
public int offsetDateThe date of the message starting from which the results need to be fetched. Use 0 or any date in the future to get results from the last message. -
offsetChatId
public long offsetChatIdThe chat identifier of the last found message, or 0 for the first request. -
offsetMessageId
public long offsetMessageIdThe message identifier of the last found message, or 0 for the first request. -
limit
public int limitThe 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. Filters searchMessagesFilterMention, searchMessagesFilterUnreadMention, searchMessagesFilterUnreadReaction, searchMessagesFilterFailedToSend, and searchMessagesFilterPinned are unsupported in this function. -
minDate
public int minDateIf not 0, the minimum date of the messages to return. -
maxDate
public int maxDateIf not 0, the maximum date of the messages to return. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SearchMessages
public SearchMessages()Searches for messages in all chats except secret chats. Returns the results in reverse chronological order (i.e., in order of decreasing (date, chatId, messageId)). For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit. ReturnsMessages
-
SearchMessages
public SearchMessages(TdApi.ChatList chatList, String query, int offsetDate, long offsetChatId, long offsetMessageId, int limit, TdApi.SearchMessagesFilter filter, int minDate, int maxDate) Searches for messages in all chats except secret chats. Returns the results in reverse chronological order (i.e., in order of decreasing (date, chatId, messageId)). For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit. ReturnsMessages
- Parameters:
chatList
- ChatList Chat list in which to search messages; pass null to search in all chats regardless of their chat list. Only Main and Archive chat lists are supported.query
- String Query to search for.offsetDate
- int The date of the message starting from which the results need to be fetched. Use 0 or any date in the future to get results from the last message.offsetChatId
- long The chat identifier of the last found message, or 0 for the first request.offsetMessageId
- long The message identifier of the last found message, or 0 for the first request.limit
- int 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
- SearchMessagesFilter Additional filter for messages to search; pass null to search for all messages. Filters searchMessagesFilterMention, searchMessagesFilterUnreadMention, searchMessagesFilterUnreadReaction, searchMessagesFilterFailedToSend, and searchMessagesFilterPinned are unsupported in this function.minDate
- int If not 0, the minimum date of the messages to return.maxDate
- int If not 0, the maximum date of the messages to return.
-
SearchMessages
Searches for messages in all chats except secret chats. Returns the results in reverse chronological order (i.e., in order of decreasing (date, chatId, messageId)). For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit. ReturnsMessages
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-