- API ›
- Constructors ›
- UpdateChannelParticipant
UpdateChannelParticipant
---types--- updateChannelParticipant#985d3abb via_chatlist:flags.3?true channel_id:long date:int actor_id:long user_id:long prev_participant:flags.0?ChannelParticipant new_participant:flags.1?ChannelParticipant invite:flags.2?ExportedChatInvite qts:int = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateChannelParticipant(v) = result { ... }
Parameters
| via_chatlist | true | optional |
| channel_id | long | required |
| date | int | required |
| actor_id | long | required |
| user_id | long | required |
| prev_participant | ChannelParticipant | optional |
| new_participant | ChannelParticipant | optional |
| invite | ExportedChatInvite | optional |
| qts | int | required |