Skip to main content
Module

x/mtkruto/mod.ts>types.ForumTopic

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.ForumTopic
import { types } from "https://deno.land/x/mtkruto@0.0.996/mod.ts";
const { ForumTopic } = types;

Constructors

new
ForumTopic(params: { my?: true; closed?: true; pinned?: true; short?: true; hidden?: true; id: number; date: number; title: string; iconColor: number; iconEmojiId?: bigint; topMessage: number; readInboxMaxId: number; readOutboxMaxId: number; unreadCount: number; unreadMentionsCount: number; unreadReactionsCount: number; fromId: TypePeer; notifySettings: TypePeerNotifySettings; draft?: TypeDraftMessage; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
closed: true
date: number
optional
draft: TypeDraftMessage
fromId: TypePeer
optional
hidden: true
iconColor: number
optional
iconEmojiId: bigint
id: number
optional
my: true
notifySettings: TypePeerNotifySettings
optional
pinned: true
readInboxMaxId: number
readOutboxMaxId: number
optional
short: true
title: string
topMessage: number
unreadCount: number
unreadMentionsCount: number
unreadReactionsCount: number

Static Properties

readonly
[paramDesc]: ParamDesc