From ffc07304a9d0dbd775901ceb6d7206b69384b479 Mon Sep 17 00:00:00 2001 From: levlam Date: Mon, 15 Mar 2021 15:17:23 +0300 Subject: [PATCH] Improve searchMessages documentation. --- td/generate/scheme/td_api.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index 69c6d7eaf..c7ed24a2b 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -3919,7 +3919,7 @@ searchChatMessages chat_id:int53 query:string sender:MessageSender from_message_ //@description Searches for messages in all chats except secret chats. Returns the results in reverse chronological order (i.e., in order of decreasing (date, chat_id, message_id)). //-For optimal performance the number of returned messages is chosen by the library -//@chat_list Chat list in which to search messages; pass null to search in all chats regardless of their chat list +//@chat_list 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 //@offset_date The date of the message starting from which the results should be fetched. Use 0 or any date in the future to get results from the last message //@offset_chat_id The chat identifier of the last found message, or 0 for the first request