function constructChatimport { constructChat } from "https://deno.land/x/mtkruto@0.2.50/types/2_chat.ts"; constructChat(fullChat: Api.userFull | Api.chatFull | Api.channelFull, getEntity: EntityGetter): Promise<Chat>ParametersfullChat: Api.userFull | Api.chatFull | Api.channelFullgetEntity: EntityGetterReturnsPromise<Chat>