Used to search Live Chat channels.

Hierarchy

  • LineChannels

Methods

search

  • The method searches for live chat channels.

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

    const channels = await System.lines.channels.search()
        . where(f => f.__name.eq('some channel')) 
        .all(); 
    

    Read more about using search in the Manage apps article.

    Returns LineChannelSearch