Skip to main content
Module

x/mtkruto/mod.ts>InactiveChat

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface InactiveChat
Re-export
import { type InactiveChat } from "https://deno.land/x/mtkruto@0.1.182/mod.ts";

An inactive chat.

Properties

lastActivity: Date

The point of time in which the chat was last active.

chat: ChatP

The chat that has been marked as inactive.