Layer 220
constructor
channelAdminLogEventActionExportedInviteEdit#e90ebb59 prev_invite:ExportedChatInvite new_invite:ExportedChatInvite = ChannelAdminLogEventAction;

Parameters

Name Type Description
PrevInvite ExportedChatInvite Previous chat invite information
NewInvite ExportedChatInvite New chat invite information

Gogram Example

// Creating ChannelAdminLogEventActionExportedInviteEdit constructor
obj := &tg.ChannelAdminLogEventActionExportedInviteEdit{
    PrevInvite: &tg.ExportedChatInvite{},
    NewInvite: &tg.ExportedChatInvite{},
}