Skip to main content
Module

x/mtkruto/mod.ts>types.RecentMeURLChat

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.RecentMeURLChat
extends _TypeRecentMeURL
import { types } from "https://deno.land/x/mtkruto@0.1.106/mod.ts";
const { RecentMeURLChat } = types;

Constructors

new
RecentMeURLChat(params: { url: string; chatId: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
chatId: bigint
url: string

Static Properties

readonly
[paramDesc]: ParamDesc