Skip to main content
Module

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

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

Constructors

new
ChatInvite_(params: { channel?: true; broadcast?: true; public?: true; megagroup?: true; request_needed?: true; verified?: true; scam?: true; fake?: true; title: string; about?: string; photo: enums.Photo; participants_count: number; participants?: Array<enums.User>; color: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
about: string
optional
broadcast: true
optional
channel: true
color: number
optional
fake: true
optional
megagroup: true
optional
participants: Array<enums.User>
participants_count: number
photo: enums.Photo
optional
public: true
optional
request_needed: true
optional
scam: true
title: string
optional
verified: true

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc