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

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

A chat invitation that also allows peeking into the group to read messages without joining it.

Constructors

new
ChatInvitePeek_(params: { chat: enums.Chat; expires: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
chat: enums.Chat

Chat information

expires: number

Read-only anonymous access to this group will be revoked at this date

Static Properties

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