Description

A class representing query to retrieve threaded parent message list for a channel. The query can be get by calling groupChannel.createThreadedParentMessageListQuery().

Hierarchy

  • default
    • ThreadedParentMessageListQuery

Properties

Accessors

Methods

Properties

channelType: ChannelType

Description

A channel type.

channelUrl: string

Description

A channel URL.

limit: number = DEFAULT_LIST_QUERY_LIMIT

Description

The maximum number of data per queried page.

Accessors

  • get hasNext(): boolean
  • Returns boolean

    Description

    Whether there is a next page.

  • get isLoading(): boolean
  • Returns boolean

    Description

    Whether the current query is in communication progress with server.

Methods

  • Returns Promise<BaseMessage[]>

    Description

    Requests query result for the threaded parent messages order by threadInfo.lastRepliedAt.

Generated using TypeDoc