Skip to main content
Module

x/mtkruto/client/0_storage_operations.ts>StorageOperations#getFullChat

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
method StorageOperations.prototype.getFullChat
import { StorageOperations } from "https://deno.land/x/mtkruto@0.2.24/client/0_storage_operations.ts";

Parameters

chatId: number

Returns

Promise<
| Api.userFull
| Api.channelFull
| Api.chatFull
| null
>