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

x/mtkruto/types/5_chat_list_item.ts>ChatListItem

Cross-runtime JavaScript library for building Telegram clients
Latest
interface ChatListItem
import { type ChatListItem } from "https://deno.land/x/mtkruto@0.2.24/types/5_chat_list_item.ts";

Properties

chat: ChatP
order: string
pinned: number
optional
lastMessage: Omit<Message, "replyToMessage">