Skip to main content
Module

x/grm/mod.ts>tl.Api.PeerSettings

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.PeerSettings
extends VirtualClass<{ reportSpam?: boolean; addContact?: boolean; blockContact?: boolean; shareContact?: boolean; needContactsException?: boolean; reportGeo?: boolean; autoarchived?: boolean; inviteMembers?: boolean; requestChatBroadcast?: boolean; geoDistance?: int; requestChatTitle?: string; requestChatDate?: int; }>
import { tl } from "https://deno.land/x/grm@0.5.2/mod.ts";
const { PeerSettings } = tl.Api;

Properties

optional
addContact: boolean
optional
autoarchived: boolean
optional
blockContact: boolean
className: "PeerSettings"
classType: "constructor"
CONSTRUCTOR_ID: 2769817869
optional
geoDistance: int
optional
inviteMembers: boolean
optional
needContactsException: boolean
optional
reportGeo: boolean
optional
reportSpam: boolean
optional
requestChatBroadcast: boolean
optional
requestChatDate: int
optional
requestChatTitle: string
optional
shareContact: boolean
SUBCLASS_OF_ID: 4138180484