class _ParticipantsIter
extends RequestIter
import { _ParticipantsIter } from "https://deno.land/x/grm@0.5.1/src/client/mod.ts";
Methods
_init(unnamed 0: ParticipantsIterInterface): Promise<boolean | void>
_loadNextChunk(): Promise<boolean | undefined>
[Symbol.asyncIterator](): AsyncIterator<Api.User, any, undefined>