Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>messages_ChatsSlice_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_ChatsSlice_
import { messages_ChatsSlice_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Partial list of chats, more would have to be fetched with pagination

Constructors

new
messages_ChatsSlice_(params: { count: number; chats: Array<enums.Chat>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
chats: Array<enums.Chat>

Chats

count: number

Total number of results that were found server-side (not all are included in chats)

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc