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_Difference_

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

Constructors

new
updates_Difference_(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>; state: enums.updates.State; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
chats: Array<enums.Chat>
new_encrypted_messages: Array<enums.EncryptedMessage>
new_messages: Array<enums.Message>
other_updates: Array<enums.Update>
users: Array<enums.User>

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc