Raw.ChannelAdminLogEventActionExportedInviteEdit
A chat invite was edited
channelAdminLogEventActionExportedInviteEdit#e90ebb59 prev_invite:ExportedChatInvite new_invite:ExportedChatInvite = ChannelAdminLogEventAction;export namespace Raw {
export class ChannelAdminLogEventActionExportedInviteEdit {
constructor(params: {
prevInvite: Raw.TypeExportedChatInvite;
newInvite: Raw.TypeExportedChatInvite;
}) {}
}
}🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 201
Constructor ID: 0xe90ebb59
Property
prevInvite: Raw.TypeExportedChatInvitePrevious chat invite information
newInvite: Raw.TypeExportedChatInviteNew chat invite information