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