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>MessagesMessagesSlice

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

Constructors

new
MessagesMessagesSlice(params: { inexact?: true; count: number; nextRate?: number; offsetIdOffset?: number; messages: Array<TypeMessage>; chats: Array<TypeChat>; users: Array<TypeUser>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
chats: Array<TypeChat>
count: number
optional
inexact: true
messages: Array<TypeMessage>
optional
nextRate: number
optional
offsetIdOffset: number
users: Array<TypeUser>

Static Properties

readonly
[paramDesc]: ParamDesc