Interface MessagesIterator<T>

Type Parameters

Hierarchy

  • AsyncIterable<Message<T>[]>
    • MessagesIterator

Methods

Properties

Methods

  • Returns AsyncIterator<Message<T>[], any, undefined>

Properties

lastMessage?: string

The most recent "last" message seen by the iterator, used for future requests.

limit: number

The current limit of remaining messages to get.