Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>messages_checkChatInvite_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_checkChatInvite_
extends Function_<enums.ChatInvite>
import { messages_checkChatInvite_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Check the validity of a chat invite link and get basic info about it

Constructors

new
messages_checkChatInvite_(params: { hash: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
hash: string

Invite hash from chat invite deep link ».

Static Properties

__F: (params: { hash: string; }) => enums.ChatInvite
readonly
[name]: string
readonly
[paramDesc]: ParamDesc