Skip to main content
Module

x/grm/mod.ts>Api.RecentMeUrlChatInvite

MTProto API Client for Deno 🦕
Go to Latest
class Api.RecentMeUrlChatInvite
extends VirtualClass<{ url: string; chatInvite: Api.TypeChatInvite; }>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { RecentMeUrlChatInvite } = Api;

Properties

chatInvite: Api.TypeChatInvite
className: "RecentMeUrlChatInvite"
classType: "constructor"
CONSTRUCTOR_ID: 3947431965
SUBCLASS_OF_ID: 1436889209
url: string

Static Methods

fromReader(reader: Reader): RecentMeUrlChatInvite