Skip to main content
Go to Latest
class Api.ChannelAdminLogEventActionExportedInviteEdit
extends VirtualClass<{ prevInvite: Api.TypeExportedChatInvite; newInvite: Api.TypeExportedChatInvite; }>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { ChannelAdminLogEventActionExportedInviteEdit } = Api;

Properties

className: "ChannelAdminLogEventActionExportedInviteEdit"
classType: "constructor"
CONSTRUCTOR_ID: 3910056793
newInvite: Api.TypeExportedChatInvite
prevInvite: Api.TypeExportedChatInvite
SUBCLASS_OF_ID: 2998503411

Static Methods

fromReader(reader: Reader): ChannelAdminLogEventActionExportedInviteEdit