Skip to main content
The Deno 2 Release Candidate is here
Learn more
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.157/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