Skip to main content
Module

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

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.messages.PeerSettings
extends VirtualClass<{ settings: Api.TypePeerSettings; chats: Api.TypeChat[]; users: Api.TypeUser[]; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { PeerSettings } = tl.Api.messages;

Properties

chats: Api.TypeChat[]
className: "messages.PeerSettings"
classType: "constructor"
CONSTRUCTOR_ID: 1753266509
settings: Api.TypePeerSettings
SUBCLASS_OF_ID: 1705179041
users: Api.TypeUser[]

Static Methods

fromReader(reader: Reader): PeerSettings