ChannelParticipant
Rust type: enums::ChannelParticipant
Constructors
This is an abstract type. At runtime it will be one of the following variants:
| ChannelParticipant |
| ChannelParticipantAdmin |
| ChannelParticipantBanned |
| ChannelParticipantCreator |
| ChannelParticipantLeft |
| ChannelParticipantSelf |
Requests returning this type
None.
Requests accepting this type as input
None.