Skip to main content
Module

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

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

Properties

chats: Api.TypeChat[]
className: "messages.InactiveChats"
classType: "constructor"
CONSTRUCTOR_ID: 2837970629
dates: int[]
SUBCLASS_OF_ID: 2348013524
users: Api.TypeUser[]

Static Methods

fromReader(reader: Reader): InactiveChats