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

x/mtkruto/tl/2_types.ts>messages_ForumTopics_

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_ForumTopics_
import { messages_ForumTopics_ } from "https://deno.land/x/mtkruto@0.1.139/tl/2_types.ts";

Constructors

new
messages_ForumTopics_(params: { order_by_create_date?: true; count: number; topics: Array<enums.ForumTopic>; messages: Array<enums.Message>; chats: Array<enums.Chat>; users: Array<enums.User>; pts: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
chats: Array<enums.Chat>
count: number
messages: Array<enums.Message>
optional
order_by_create_date: true
pts: number
topics: Array<enums.ForumTopic>
users: Array<enums.User>

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc