Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/types/5_chat.ts>constructChat3

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
function constructChat3
import { constructChat3 } from "https://deno.land/x/mtkruto@0.1.157/types/5_chat.ts";

Parameters

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

Returns

Promise<Chat | null>