class tl.Api.messages.ExportedChatInviteReplaced
extends VirtualClass<{ invite: Api.TypeExportedChatInvite; newInvite: Api.TypeExportedChatInvite; users: Api.TypeUser[]; }>
import { tl } from "https://deno.land/x/grm@0.5.2/src/mod.ts";
const { ExportedChatInviteReplaced } = tl.Api.messages;
Properties
Static Methods
fromReader(reader: Reader): ExportedChatInviteReplaced