Skip to main content
Module

x/grm/mod.ts>_ParticipantsIter

MTProto API Client for Deno 🦕
Go to Latest
class _ParticipantsIter
extends RequestIter
import { _ParticipantsIter } from "https://deno.land/x/grm@0.8.0/mod.ts";

Properties

private
filterEntity: ((entity: Api.TypeEntity) => boolean) | undefined
private
optional
requests: Api.channels.GetParticipants[]

Methods

_init(unnamed 0: ParticipantsIterInterface): Promise<boolean | void>
_loadNextChunk(): Promise<boolean | undefined>
[Symbol.asyncIterator](): AsyncIterator<Api.User, any, undefined>