Preparing search index...
The search index is not available
mtcute - v0.17.2
mtcute
@mtcute/core
highlevel/methods
iterForumTopics
Function iterForumTopics
iter
Forum
Topics
(
client
,
chatId
,
params
?
)
:
AsyncIterableIterator
<
ForumTopic
>
Iterate over forum topics. Wrapper over
getForumTopics
.
Parameters
client
:
ITelegramClient
chatId
:
InputPeerLike
Chat ID or username
Optional
params
:
{
limit
?:
number
;
offset
?:
GetForumTopicsOffset
;
query
?:
string
;
}
&
{
chunkSize
?:
number
;
limit
?:
number
;
}
Returns
AsyncIterableIterator
<
ForumTopic
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
mtcute - v0.17.2
Loading...
Iterate over forum topics. Wrapper over getForumTopics.