Skip to main content
Module

x/mtkruto/mod.ts>types.MessagesChatsSlice

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.MessagesChatsSlice
import { types } from "https://deno.land/x/mtkruto@0.0.984/mod.ts";
const { MessagesChatsSlice } = types;

Constructors

new
MessagesChatsSlice(params: { count: number; chats: Array<TypeChat>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
chats: Array<TypeChat>
count: number

Static Properties

readonly
[paramDesc]: ParamDesc