interface InactiveChatimport { type InactiveChat } from "https://deno.land/x/mtkruto@0.2.50/3_types.ts"; An inactive chat. PropertieslastActivity: DateThe time which the chat was last active. chat: ChatPThe chat that has been marked as inactive.