Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>messages_InactiveChats_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_InactiveChats_
import { messages_InactiveChats_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Inactive chat list

Constructors

new
messages_InactiveChats_(params: { dates: Array<number>; chats: Array<enums.Chat>; users: Array<enums.User>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
chats: Array<enums.Chat>

Chat list

dates: Array<number>

When was the chat last active

users: Array<enums.User>

Users mentioned in the chat list

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc