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

x/mtkruto/types/2_inactive_chat.ts>InactiveChat

Cross-runtime JavaScript library for building Telegram clients
Latest
interface InactiveChat
import { type InactiveChat } from "https://deno.land/x/mtkruto@0.2.24/types/2_inactive_chat.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.