Home > borogove > AvailableChatIterator > next

AvailableChatIterator.next() method

Signature:

next(): Promise<{done: boolean, value?: borogove_AvailableChat | null}>;

Returns:

Promise<{done: boolean, value?: borogove_AvailableChat | null}>