Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>channels_getForumTopics_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class channels_getForumTopics_
extends Function_<enums.messages.ForumTopics>
import { channels_getForumTopics_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Constructors

new
channels_getForumTopics_(params: { channel: enums.InputChannel; q?: string; offset_date: number; offset_id: number; offset_topic: number; limit: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
channel: enums.InputChannel

Supergroup

limit: number

Maximum number of results to return, see pagination. For optimal performance, the number of returned topics is chosen by the server and can be smaller than the specified limit.

offset_date: number

Offsets for pagination, for more info click here, date of the last message of the last found topic. Use 0 or any date in the future to get results from the last topic.

offset_id: number

Offsets for pagination, for more info click here, ID of the last message of the last found topic (or initially 0).

offset_topic: number

Offsets for pagination, for more info click here, ID of the last found topic (or initially 0).

optional
q: string

Search query

Static Properties

__F: (params: { channel: enums.InputChannel; q?: string; offset_date: number; offset_id: number; offset_topic: number; limit: number; }) => enums.messages.ForumTopics
readonly
[name]: string
readonly
[paramDesc]: ParamDesc