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>Chat_

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

Constructors

new
Chat_(params: { creator?: true; left?: true; deactivated?: true; call_active?: true; call_not_empty?: true; noforwards?: true; id: bigint; title: string; photo: enums.ChatPhoto; participants_count: number; date: number; version: number; migrated_to?: enums.InputChannel; admin_rights?: enums.ChatAdminRights; default_banned_rights?: enums.ChatBannedRights; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
admin_rights: enums.ChatAdminRights
optional
call_active: true
optional
call_not_empty: true
optional
creator: true
date: number
optional
deactivated: true
optional
default_banned_rights: enums.ChatBannedRights
id: bigint
optional
left: true
optional
migrated_to: enums.InputChannel
optional
noforwards: true
participants_count: number
title: string
version: number

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc