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

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

Recent t.me invite link to a chat

Constructors

new
RecentMeUrlChatInvite_(params: { url: string; chat_invite: enums.ChatInvite; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
chat_invite: enums.ChatInvite

Chat invitation

url: string

t.me URL

Static Properties

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