Skip to main content
Module

x/mtkruto/3_types.ts>constructChatListItem3

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

Parameters

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

Returns

Promise<ChatListItem | null>