method TelegramClient.prototype.iterParticipantsimport { TelegramClient } from "https://deno.land/x/grm@0.5.2/src/mod.ts"; iterParticipants(entity: Api.TypeEntityLike, params?: types.IterParticipantsParams): AsyncIterable<Api.User>Parametersentity: Api.TypeEntityLikeoptionalparams: types.IterParticipantsParams = [UNSUPPORTED]ReturnsAsyncIterable<Api.User>