Skip to main content
Module

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

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.Chat
extends VirtualClass<{ creator?: boolean; left?: boolean; deactivated?: boolean; callActive?: boolean; callNotEmpty?: boolean; noforwards?: boolean; id: long; title: string; photo: Api.TypeChatPhoto; participantsCount: int; date: int; version: int; migratedTo?: Api.TypeInputChannel; adminRights?: Api.TypeChatAdminRights; defaultBannedRights?: Api.TypeChatBannedRights; }>
import { tl } from "https://deno.land/x/grm@0.5.2/mod.ts";
const { Chat } = tl.Api;

Properties

optional
adminRights: Api.TypeChatAdminRights
optional
callActive: boolean
optional
callNotEmpty: boolean
className: "Chat"
classType: "constructor"
CONSTRUCTOR_ID: 1103884886
optional
creator: boolean
date: int
optional
deactivated: boolean
optional
defaultBannedRights: Api.TypeChatBannedRights
id: long
optional
left: boolean
optional
migratedTo: Api.TypeInputChannel
optional
noforwards: boolean
participantsCount: int
SUBCLASS_OF_ID: 3316604308
title: string
version: int