function constructChatimport { constructChat } from "https://deno.land/x/mtkruto@0.1.157/mod.ts"; constructChat(dialog: enums.Dialog,dialogs: types.messages.Dialogs | types.messages.DialogsSlice,pinnedChats: number[],getEntity: EntityGetter,getMessage: MessageGetter,getStickerSetName: StickerSetNameGetter,): Promise<Chat>Parametersdialog: enums.Dialogdialogs: types.messages.Dialogs | types.messages.DialogsSlicepinnedChats: number[]getEntity: EntityGettergetMessage: MessageGettergetStickerSetName: StickerSetNameGetterReturnsPromise<Chat>