Layer 220
ChannelAdminLogEventActionExportedInviteEdit
A chat invite was edited
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 |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionExportedInviteEdit constructor obj := &tg.ChannelAdminLogEventActionExportedInviteEdit{ PrevInvite: &tg.ExportedChatInvite{}, NewInvite: &tg.ExportedChatInvite{}, }