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>constructChatListItem3

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

Parameters

chatId: number
pinned: number
lastMessage: Omit<Message, "replyToMessage"> | undefined
getEntity: EntityGetter

Returns

Promise<ChatListItem | null>