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