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

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

Sent message with random_id client identifier was assigned an identifier.

Constructors

new
UpdateMessageID_(params: { id: number; random_id: bigint; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
id: number

id identifier of a respective Message

random_id: bigint

Previously transferred client random_id identifier

Static Properties

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