- API ›
- Constructors ›
- ChannelAdminLogEventActionExportedInviteRevoke
ChannelAdminLogEventActionExportedInviteRevoke
---types--- channelAdminLogEventActionExportedInviteRevoke#410a134e 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::ChannelAdminLogEventActionExportedInviteRevoke(v) = result { ... }
Parameters
| invite | ExportedChatInvite | required |