MadelineProto/docs/TD_docs/methods/searchSecretMessages.md

1.1 KiB

title description
searchSecretMessages Searches for messages in secret chats. Returns result in reverse chronological order

Method: searchSecretMessages

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Searches for messages in secret chats. Returns result in reverse chronological order

Parameters:

Name Type Required Description
chat_id CLICK ME int53 Yes Identifier of a chat to search in. Specify 0 to search in all secret chats
query CLICK ME string Yes Query to search for. If empty, searchChatMessages should be used instead
from_search_id CLICK ME int64 Yes Identifier from the result of previous request, use 0 to get results from the beginning
limit CLICK ME int Yes Maximum number of messages to be returned, can't be greater than 100
filter CLICK ME SearchMessagesFilter Optional Filter for content of searched messages

Return type: FoundMessages