Used to search Live Chat clients.

Hierarchy

  • LineClients

Methods

search

  • The method searches for live chat clients.

    To search for items in the collection, use the Search object:

    const clients = await System.lines.clients.search()
        .where( f => f._username.eq('login')) 
        .all(); 
    

    Read more about using search in the Manage apps article.

    Returns LineClientSearch