- API ›
- Constructors ›
- ChannelParticipantAdmin
ChannelParticipantAdmin
---types--- channelParticipantAdmin#34c3bb53 can_edit:flags.0?true self:flags.1?true user_id:long inviter_id:flags.1?long promoted_by:long date:int admin_rights:ChatAdminRights rank:flags.2?string = ChannelParticipant
Belongs to
| ChannelParticipant |
In Rust this constructor is a variant of the enums::ChannelParticipant enum.
Match on it with: if let enums::ChannelParticipant::ChannelParticipantAdmin(v) = result { ... }