- API ›
- Constructors ›
- ChannelParticipantCreator
ChannelParticipantCreator
---types--- channelParticipantCreator#2fe601d3 user_id:long admin_rights:ChatAdminRights rank:flags.0?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::ChannelParticipantCreator(v) = result { ... }
Parameters
| user_id | long | required |
| admin_rights | ChatAdminRights | required |
| rank | string | optional |