Skip to main content
Module

x/grm/mod.ts>tl.Api.ChatInviteExported

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.ChatInviteExported
extends VirtualClass<{ revoked?: boolean; permanent?: boolean; requestNeeded?: boolean; link: string; adminId: long; date: int; startDate?: int; expireDate?: int; usageLimit?: int; usage?: int; requested?: int; title?: string; }>
import { tl } from "https://deno.land/x/grm@0.5.2/mod.ts";
const { ChatInviteExported } = tl.Api;

Properties

adminId: long
className: "ChatInviteExported"
classType: "constructor"
CONSTRUCTOR_ID: 179611673
date: int
optional
expireDate: int
optional
permanent: boolean
optional
requested: int
optional
requestNeeded: boolean
optional
revoked: boolean
optional
startDate: int
SUBCLASS_OF_ID: 3027536472
optional
title: string
optional
usage: int
optional
usageLimit: int

Static Methods

fromReader(reader: Reader): ChatInviteExported