class AvailableChatIterator
package borogove
Variables
Methods
next():Promise<{value:Null<AvailableChat>, done:Bool}>
Get the next AvailableChat from this iterator for JavaScript async iteration.
Returns:
Promise resolving to the next iterator result