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

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

Incomplete list of occurred events.

Constructors

new
updates_DifferenceSlice_(params: { new_messages: Array<enums.Message>; new_encrypted_messages: Array<enums.EncryptedMessage>; other_updates: Array<enums.Update>; chats: Array<enums.Chat>; users: Array<enums.User>; intermediate_state: enums.updates.State; })

Properties

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

List of chats mentioned in events

intermediate_state: enums.updates.State

Intermediary state

new_encrypted_messages: Array<enums.EncryptedMessage>

New messages from the encrypted event sequence

new_messages: Array<enums.Message>

List of new messages

other_updates: Array<enums.Update>

List of updates

users: Array<enums.User>

List of users mentioned in events

Static Properties

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