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

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

A group to which the user has no access. E.g., because the user was kicked from the group.

Constructors

new
ChatForbidden_(params: { id: bigint; title: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
id: bigint

User identifier

title: string

Group name

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc