- API ›
- Constructors ›
- ChannelAdminLogEventActionParticipantJoinByRequest
ChannelAdminLogEventActionParticipantJoinByRequest
---types--- channelAdminLogEventActionParticipantJoinByRequest#afb6144a invite:ExportedChatInvite approved_by:long = ChannelAdminLogEventAction
Belongs to
| ChannelAdminLogEventAction |
In Rust this constructor is a variant of the enums::ChannelAdminLogEventAction enum.
Match on it with: if let enums::ChannelAdminLogEventAction::ChannelAdminLogEventActionParticipantJoinByRequest(v) = result { ... }
Parameters
| invite | ExportedChatInvite | required |
| approved_by | long | required |