Skip to main content
Module

x/grm/mod.ts>chats._ParticipantsIter

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

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>