- API ›
- Constructors ›
- ChannelAdminLogEventActionParticipantInvite
ChannelAdminLogEventActionParticipantInvite
---types--- channelAdminLogEventActionParticipantInvite#e31c34d8 participant:ChannelParticipant = ChannelAdminLogEventAction
Belongs to
| ChannelAdminLogEventAction |
In Rust this constructor is a variant of the enums::ChannelAdminLogEventAction enum.
Match on it with: if let enums::ChannelAdminLogEventAction::ChannelAdminLogEventActionParticipantInvite(v) = result { ... }
Parameters
| participant | ChannelParticipant | required |