- API ›
- Constructors ›
- ChannelAdminLogEventActionExportedInviteEdit
ChannelAdminLogEventActionExportedInviteEdit
---types--- channelAdminLogEventActionExportedInviteEdit#e90ebb59 prev_invite:ExportedChatInvite new_invite:ExportedChatInvite = ChannelAdminLogEventAction
Belongs to
| ChannelAdminLogEventAction |
In Rust this constructor is a variant of the enums::ChannelAdminLogEventAction enum.
Match on it with: if let enums::ChannelAdminLogEventAction::ChannelAdminLogEventActionExportedInviteEdit(v) = result { ... }
Parameters
| prev_invite | ExportedChatInvite | required |
| new_invite | ExportedChatInvite | required |