Skip to main content
Module

x/mtkruto/3_types.ts>InactiveChat

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

An inactive chat.

Properties

lastActivity: Date

The time which the chat was last active.

chat: ChatP

The chat that has been marked as inactive.