teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
client
chats
_ParticipantsIter
Class _ParticipantsIter
Hierarchy
RequestIter
_ParticipantsIter
Index
Constructors
constructor
Methods
_
init
_
load
Next
Chunk
[async
Iterator]
collect
Properties
client
kwargs
reverse
wait
Time
Constructors
constructor
new
_ParticipantsIter
(
client
:
TelegramClient
,
limit
?:
number
,
params
?:
BaseRequestIterInterface
,
args
?:
{}
,
)
:
_ParticipantsIter
Parameters
client
:
TelegramClient
Optional
limit
:
number
params
:
BaseRequestIterInterface
= {}
args
:
{}
= {}
Returns
_ParticipantsIter
Methods
_
init
_init
(
__namedParameters
:
ParticipantsIterInterface
)
:
Promise
<
boolean
|
void
>
Parameters
__namedParameters
:
ParticipantsIterInterface
Returns
Promise
<
boolean
|
void
>
_
load
Next
Chunk
_loadNextChunk
()
:
Promise
<
boolean
|
undefined
>
Returns
Promise
<
boolean
|
undefined
>
[async
Iterator]
"[asyncIterator]"
()
:
AsyncIterator
<
User
,
any
,
undefined
>
Returns
AsyncIterator
<
User
,
any
,
undefined
>
collect
collect
()
:
Promise
<
TotalList
<
unknown
>
>
Returns
Promise
<
TotalList
<
unknown
>
>
Properties
client
client
:
TelegramClient
kwargs
kwargs
:
{}
reverse
reverse
:
boolean
|
undefined
wait
Time
waitTime
:
number
|
undefined
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
_
init
_
load
Next
Chunk
[async
Iterator]
collect
Properties
client
kwargs
reverse
wait
Time
GitHub
npm
Issues
teleproto - v1.229.0
Loading...