Chat ID or username
Optional
params: { limit?: number; offset?: GetForumTopicsOffset; query?: string } & {Optional
limit?: numberMaximum number of topics to return.
Optional
offset?: GetForumTopicsOffsetOffset for pagination
Optional
query?: stringSearch query
Optional
chunkSize?: numberChunk size. Usually you shouldn't care about this.
Optional
limit?: numberMaximum number of topics to return.
Iterate over forum topics. Wrapper over getForumTopics.