Interface for the search chats command.

SearchChatsCommand

Constructors

Methods

Constructors

Methods

  • Executes the search command. The command execution is split into three steps:

    1. Get search options (case sensitivity, regex, scope).
    2. Get search query.
    3. Perform search using the provided options and query. If any step fails, an error message is shown to the user.

    Returns Promise<void>