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

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

Recent t.me URLs

Constructors

new
help_RecentMeUrls_(params: { urls: Array<enums.RecentMeUrl>; chats: Array<enums.Chat>; users: Array<enums.User>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
chats: Array<enums.Chat>

Chats

urls: Array<enums.RecentMeUrl>

URLs

users: Array<enums.User>

Users

Static Properties

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