haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.SearchSecretMessages

Synopsis

Documentation

data SearchSecretMessages Source #

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

Constructors

SearchSecretMessages 

Fields

  • chat_id :: Maybe Int

    Identifier of the chat in which to search. Specify 0 to search in all secret chats

  • query :: Maybe Text

    Query to search for. If empty, searchChatMessages must be used instead

  • offset :: Maybe Text

    Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results

  • limit :: Maybe 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 :: Maybe SearchMessagesFilter

    Additional filter for messages to search; pass null to search for all messages