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

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

Constructors

new
PeerSettings_(params?: { report_spam?: true; add_contact?: true; block_contact?: true; share_contact?: true; need_contacts_exception?: true; report_geo?: true; autoarchived?: true; invite_members?: true; request_chat_broadcast?: true; geo_distance?: number; request_chat_title?: string; request_chat_date?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
add_contact: true
optional
autoarchived: true
optional
block_contact: true
optional
geo_distance: number
optional
invite_members: true
optional
need_contacts_exception: true
optional
report_geo: true
optional
report_spam: true
optional
request_chat_broadcast: true
optional
request_chat_date: number
optional
request_chat_title: string
optional
share_contact: true

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc