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