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

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

Defines a min user that was seen in a certain message of a certain chat.

Constructors

new
InputUserFromMessage_(params: { peer: enums.InputPeer; msg_id: number; user_id: bigint; })

Properties

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

The message ID

peer: enums.InputPeer

The chat where the user was seen

user_id: bigint

The identifier of the user that was seen

Static Properties

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