A list of channel messages, usually a result of a list operation.

Hierarchy

  • ChannelMessageList

Properties

cacheable_cursor?: string

Cacheable cursor to list newer messages. Durable and designed to be stored, unlike next/prev cursors.

messages?: ChannelMessage[]

A list of messages.

next_cursor?: string

The cursor to send when retireving the next page, if any.

prev_cursor?: string

The cursor to send when retrieving the previous page, if any.

Generated using TypeDoc