- API ›
- Constructors ›
- ChannelAdminLogEvent
ChannelAdminLogEvent
---types--- channelAdminLogEvent#1fad68cd id:long date:int user_id:long action:ChannelAdminLogEventAction = ChannelAdminLogEvent
Belongs to
| ChannelAdminLogEvent |
In Rust this constructor is a variant of the enums::ChannelAdminLogEvent enum.
Match on it with: if let enums::ChannelAdminLogEvent::ChannelAdminLogEvent(v) = result { ... }
Parameters
| id | long | required |
| date | int | required |
| user_id | long | required |
| action | ChannelAdminLogEventAction | required |