Skip to main content
Module

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

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

Properties

chats: Api.TypeChat[]
className: "messages.ChatFull"
classType: "constructor"
CONSTRUCTOR_ID: 3856126364
fullChat: Api.TypeChatFull
SUBCLASS_OF_ID: 576344329
users: Api.TypeUser[]

Static Methods

fromReader(reader: Reader): ChatFull